Skip to content
Commit 81aa5cb8 authored by Howard Hinnant's avatar Howard Hinnant
Browse files

Introduce _LIBCPP_STD_VER. This can be set by the client (or the clang...

Introduce _LIBCPP_STD_VER.  This can be set by the client (or the clang driver).  Or it will be defaulted.  The default is 11 if -std= c++11 or eariler, else it will default to the current year modulo the century.  We anticipate it defaulting to 14 for C++14 when the time comes.  For now, post-C++11 libcxx implementations should protect themselves with #if _LIBCPP_STD_VER > 11.

llvm-svn: 181347
parent 9264c954
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment