From 4b79c4d01d020d0a89c30b260b9c955a2490bd5e Mon Sep 17 00:00:00 2001
From: Richard Smith Last updated: $Date$ Clang fully implements all published ISO C++ standards including C++11, as well as the upcoming standard provisionally named C++14, and some parts of the fledgling C++11, as well as the upcoming C++14 standard, and some parts of the fledgling C++1z standard,
and is considered a production-quality C++ compiler.
@@ -422,20 +422,21 @@ because changing Clang 3.4 and later implement all of the Draft International Standard (see most
recent publicly available draft)
-of the upcoming C++ language standard, provisionally named C++1y. The following
-table describes the Clang version in which each feature became available.intmax_t
would be an ABI-incompatible
change.
C++1y implementation status
+C++14 implementation status
You can use Clang in C++1y mode with the -std=c++1y
option.
You can use Clang in C++14 mode with the -std=c++14
option
+(use -std=c++1y
in Clang 3.4).
Language Feature | -C++1y Proposal | +C++14 Proposal | Available in Clang? |
---|---|---|---|