From 90a4dad9dafc6bcced15fc3dc4487d4c77d32270 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Tue, 27 Aug 2013 20:25:06 +0000 Subject: [PATCH] Marked #2163 as complete in previous commit instead of #2162. Corrected. llvm-svn: 189401 --- libcxx/www/cxx1y_status.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libcxx/www/cxx1y_status.html b/libcxx/www/cxx1y_status.html index c9ce2882bea5..594fe585c54b 100644 --- a/libcxx/www/cxx1y_status.html +++ b/libcxx/www/cxx1y_status.html @@ -147,8 +147,8 @@ 2147Unclear hint type in Allocator's allocate functionBristol 2148Hashing enums should be supported directly by std::hashBristol 2149Concerns about 20.8/5Bristol - 2162allocator_traits::max_size missing noexceptBristol - 2163nth_element requires inconsistent post-conditionsBristolComplete + 2162allocator_traits::max_size missing noexceptBristolComplete + 2163nth_element requires inconsistent post-conditionsBristol 2169Missing reset() requirements in unique_ptr specializationBristol 2172Does atomic_compare_exchange_* accept v == nullptr arguments?Bristol 2080Specify when once_flag becomes invalidBristol