boostorg / gil

Boost.GIL - Generic Image Library | Requires C++14 since Boost 1.80
https://boostorg.github.io/gil
Boost Software License 1.0
179 stars 163 forks source link

ci: Remove cxxstd=14 from clang 3.5 job on GitHub Actions #590

Closed mloskot closed 3 years ago

mloskot commented 3 years ago

Description

Despite https://clang.llvm.org/cxx_status.html saying:

Clang 3.4 and later implement all of the ISO C++ 2014 standard.

The clang 3.5 suffers from the bug in C++14 mode causing failure of Boost.Filesystem build with:

error: debug information for auto is not yet supported
error: debug information for auto is not yet supported

References

Tasklist