ci: Remove cxxstd=14 from clang 3.5 job on GitHub Actions#590
Merged
mloskot merged 1 commit intoboostorg:developfrom Apr 2, 2021
Merged
Conversation
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 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=800483
meshtag
pushed a commit
to meshtag/gil
that referenced
this pull request
Apr 21, 2021
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 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=800483
meshtag
pushed a commit
to meshtag/gil
that referenced
this pull request
Apr 21, 2021
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 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=800483
meshtag
pushed a commit
to meshtag/gil
that referenced
this pull request
Apr 22, 2021
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 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=800483
6 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Despite https://clang.llvm.org/cxx_status.html saying:
The clang 3.5 suffers from the bug in C++14 mode causing failure of
Boost.Filesystem build with:
References
Tasklist