[libcxx-commits] [PATCH] D126165: [libc++] Add auto to the list of required extensions in C++03
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon May 23 11:49:54 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG19e21d91bc17: [libc++] Add auto to the list of required extensions in C++03 (authored by philnik).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126165/new/
https://reviews.llvm.org/D126165
Files:
libcxx/docs/DesignDocs/ExtendedCXX03Support.rst
Index: libcxx/docs/DesignDocs/ExtendedCXX03Support.rst
===================================================================
--- libcxx/docs/DesignDocs/ExtendedCXX03Support.rst
+++ libcxx/docs/DesignDocs/ExtendedCXX03Support.rst
@@ -27,12 +27,12 @@
* Alias templates
* defaulted and deleted Functions.
* reference qualified Functions
+* ``auto``
There are also features that Clang *does not* provide as an extension in C++03
mode. These include:
* ``constexpr`` and ``noexcept``
-* ``auto``
* Trailing return types.
* ``>>`` without a space.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126165.431443.patch
Type: text/x-patch
Size: 555 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220523/573e52ba/attachment.bin>
More information about the libcxx-commits
mailing list