[libcxx] r344953 - Update commnents to reflect the changes for LWG#3127. NFC

Marshall Clow mclow.lists at gmail.com
Mon Oct 22 13:50:06 PDT 2018


Author: marshall
Date: Mon Oct 22 13:50:06 2018
New Revision: 344953

URL: http://llvm.org/viewvc/llvm-project?rev=344953&view=rev
Log:
Update commnents to reflect the changes for LWG#3127. NFC

Modified:
    libcxx/trunk/include/version

Modified: libcxx/trunk/include/version
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/include/version?rev=344953&r1=344952&r2=344953&view=diff
==============================================================================
--- libcxx/trunk/include/version (original)
+++ libcxx/trunk/include/version Mon Oct 22 13:50:06 2018
@@ -83,7 +83,7 @@ __cpp_lib_shared_ptr_weak_type
 __cpp_lib_shared_timed_mutex                201402L <shared_mutex>
 __cpp_lib_string_udls                       201304L <string>
 __cpp_lib_string_view                       201606L <string> <string_view>
-__cpp_lib_to_chars                          201611L <utility>
+__cpp_lib_to_chars                          201611L <charconv>
 __cpp_lib_transformation_trait_aliases      201304L <type_traits>
 __cpp_lib_transparent_operators             201510L <memory> <functional>
 __cpp_lib_tuple_element_t                   201402L <tuple>




More information about the libcxx-commits mailing list