From d3ac046ba59e82c6d2bda6816d16a182fa4ada96 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Tue, 25 Feb 2014 23:11:19 +0000 Subject: [PATCH] Mark LWG issue 2299 as complete. No code changes; libc++ already implements this. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@202203 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/cxx1y_status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/cxx1y_status.html b/www/cxx1y_status.html index 7fc6ae95d..55451732a 100644 --- a/www/cxx1y_status.html +++ b/www/cxx1y_status.html @@ -225,7 +225,7 @@ 2280begin / end for arrays should be constexpr and noexceptIssaquahComplete 2285make_reverse_iteratorIssaquah - 2299Effects of inaccessible key_compare::is_transparent type are not clearIssaquah + 2299Effects of inaccessible key_compare::is_transparent type are not clearIssaquahComplete 1450Contradiction in regex_constantsIssaquah 2003String exception inconsistency in erase.Issaquah