commit | 8afa6cf510608079e24d07423782c4db20de7498 | [log] [tgz] |
---|---|---|
author | Hristo Hristov <hghristov.rmm@gmail.com> | Thu May 09 12:48:37 2024 +0300 |
committer | GitHub <noreply@github.com> | Thu May 09 12:48:37 2024 +0300 |
tree | 1449f4ed261bba9d428b8fc6c4e137108d0dd29d | |
parent | 105dd60fc86a20404bd97ea7132e2c746ade300a [diff] [blame] |
[libc++][functional] P2944R3 (partial): Comparisons for `reference_wrapper` (`reference_wrapper` operators only) (#88384) Implements https://wg21.link/P2944R3 (partially) Implements https://wg21.link/LWG4071 / https://cplusplus.github.io/LWG/issue4071 (fixes build failures in the test suite) - https://eel.is/c++draft/refwrap.comparisons
diff --git a/libcxx/docs/FeatureTestMacroTable.rst b/libcxx/docs/FeatureTestMacroTable.rst index 1032a9c..17b3476 100644 --- a/libcxx/docs/FeatureTestMacroTable.rst +++ b/libcxx/docs/FeatureTestMacroTable.rst
@@ -446,7 +446,7 @@ ---------------------------------------------------------- ----------------- ``__cpp_lib_rcu`` *unimplemented* ---------------------------------------------------------- ----------------- - ``__cpp_lib_reference_wrapper`` *unimplemented* + ``__cpp_lib_reference_wrapper`` ``202403L`` ---------------------------------------------------------- ----------------- ``__cpp_lib_saturation_arithmetic`` ``202311L`` ---------------------------------------------------------- -----------------