commit 5d418194ccb39346d2ad022c5b143fe00b2340ac Author: Jonathan Wakely Date: Mon May 16 15:33:06 2022 libstdc++: Document support for constexpr optional (P2231R1) The changes for std::variant are not on the gcc-11 branch though. libstdc++-v3/ChangeLog: * doc/xml/manual/status_cxx2023.xml: Update status. * doc/html/manual/status.html: Regenerate. diff --git a/libstdc++-v3/doc/xml/manual/status_cxx2023.xml b/libstdc++-v3/doc/xml/manual/status_cxx2023.xml index f1244da9dc8..75f31f55aa9 100644 --- a/libstdc++-v3/doc/xml/manual/status_cxx2023.xml +++ b/libstdc++-v3/doc/xml/manual/status_cxx2023.xml @@ -158,6 +158,23 @@ or any notes about the implementation. __cpp_lib_to_underlying >= 202102L + + + Missing constexpr in std::optional and std::variant + + + P2231R1 + + + 11.3 (optional only) + + + __cpp_lib_constexpr_optional >= 202106L + __cpp_lib_variant >= 202106L + + + + Strings and text