From 802daf6e161559c0aeb9c64cbe3bddf9b6b749d3 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Tue, 20 Aug 2013 16:24:55 +0000 Subject: [PATCH] Updated status and description of issues 2064, 2069 and 2096. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@188811 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/cxx1y_status.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/cxx1y_status.html b/www/cxx1y_status.html index 0431aaab..94d72b20 100644 --- a/www/cxx1y_status.html +++ b/www/cxx1y_status.html @@ -113,11 +113,11 @@ 2050Unordered associative containers do not use allocator_traits to define member typesKona 2053Errors in regex bitmask typesKonaComplete 2061make_move_iterator and arraysKona - 2064More noexcept issues in basic_stringKona + 2064More noexcept issues in basic_stringKonaComplete 2065Minimal allocator interfaceKona 2067packaged_task should have deleted copy c'tor with const parameterKonaComplete - 2069Inconsistent exception spec for basic_string move constructorKona - 2096Incorrect constraints of future::get in regard toKona + 2069Inconsistent exception spec for basic_string move constructorKonaComplete + 2096Incorrect constraints of future::get in regard to MoveAssignableKonaComplete 2102Why is std::launch an implementation-defined type?Kona 2071std::valarray move-assignmentPortland