"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "23c30b90e319e9afde88c63d5ff7679c279d6d7a"
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
Loading
Please register or sign in to comment