commit | 1bb0f67921bf8b9e0ed1d285692c0637bfcc3f1a | [log] [tgz] |
---|---|---|
author | Arthur O'Dwyer <arthur.j.odwyer@gmail.com> | Sun Dec 20 15:21:42 2020 -0500 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Feb 03 16:01:03 2021 -0800 |
tree | 2a0dc13d7cdd5a13a679a55915bc493d24cf4315 | |
parent | 1ac9f093d2eebc7de2708ad57640d3751a7d6f2b [diff] [blame] |
[libc++] [P0879] constexpr std::sort This completes libc++'s implementation of P0879 "Constexpr for swap and swap related functions." http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2018/p0879r0.html For the feature-macro adjustment, see https://cplusplus.github.io/LWG/issue3256 Differential Revision: https://reviews.llvm.org/D93661 GitOrigin-RevId: 493f1407927cdf6db2e08f150ed9f9b8abe4ac45
diff --git a/include/version b/include/version index 77183e5..9b37c30 100644 --- a/include/version +++ b/include/version
@@ -294,7 +294,7 @@ # define __cpp_lib_char8_t 201811L # endif // # define __cpp_lib_concepts 202002L -// # define __cpp_lib_constexpr_algorithms 201806L +# define __cpp_lib_constexpr_algorithms 201806L // # define __cpp_lib_constexpr_complex 201711L # define __cpp_lib_constexpr_dynamic_alloc 201907L # define __cpp_lib_constexpr_functional 201907L