From f3c8fb22ec9f0abf06ec190338e223e08caef306 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Tue, 30 Jun 2015 13:32:08 +0000 Subject: [PATCH] Mark LWG#2266 as complete. This is a tightening up the wording; no code changes required. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@241064 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/cxx1z_status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/cxx1z_status.html b/www/cxx1z_status.html index 1be2c8a37..af4bb6ff3 100644 --- a/www/cxx1z_status.html +++ b/www/cxx1z_status.html @@ -96,7 +96,7 @@ 2217operator==(sub_match, string) slices on embedded '\0'sUrbanaComplete 2230"see below" for initializer_list constructors of unordered containersUrbanaComplete 2233bad_function_call::what() unhelpfulUrbanaComplete - 2266vector and deque have incorrect insert requirementsUrbana + 2266vector and deque have incorrect insert requirementsUrbanaComplete 2325minmax_element()'s behavior differing from max_element()'s should be notedUrbanaComplete 2361Apply 2299 resolution throughout libraryUrbana 2365Missing noexcept in shared_ptr::shared_ptr(nullptr_t)UrbanaComplete