From 1f63d28c70e705e32f6c8f23bafa134347bc55eb Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Mon, 22 Oct 2018 20:50:06 +0000 Subject: [PATCH] Update commnents to reflect the changes for LWG#3127. NFC git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@344953 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/version b/include/version index e48c84abc..6e61693cf 100644 --- a/include/version +++ b/include/version @@ -83,7 +83,7 @@ __cpp_lib_shared_ptr_weak_type 201606L __cpp_lib_shared_timed_mutex 201402L __cpp_lib_string_udls 201304L __cpp_lib_string_view 201606L -__cpp_lib_to_chars 201611L +__cpp_lib_to_chars 201611L __cpp_lib_transformation_trait_aliases 201304L __cpp_lib_transparent_operators 201510L __cpp_lib_tuple_element_t 201402L