diff --git a/libcxx/docs/DesignDocs/ExtendedCXX03Support.rst b/libcxx/docs/DesignDocs/ExtendedCXX03Support.rst --- a/libcxx/docs/DesignDocs/ExtendedCXX03Support.rst +++ b/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.