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
This commit is contained in:
Marshall Clow
2018-10-22 20:50:06 +00:00
parent 9110b80a63
commit 1f63d28c70

View File

@@ -83,7 +83,7 @@ __cpp_lib_shared_ptr_weak_type 201606L <memory>
__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>