Skip to content

Why static_assert in line 807? I would like to compile with an older version? #3200

Answered by StephanTLavavej
akiy-33 asked this question in Q&A
Discussion options

You must be logged in to vote

We put a lot of effort into supporting Clang/LLVM as a first-class citizen, but our resources are finite. Supporting older versions of Clang/LLVM would be difficult, as we're continually using the latest compiler features to implement new library features. We also remove compiler bug workarounds, to prevent the library from endlessly accreting complexity. Therefore, each version of the STL supports only the latest version of Clang/LLVM available in the VS installer.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@akiy-33
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by StephanTLavavej
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants