From a6057a525a09dcb6505370db27b1a1367f7c210b Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Tue, 4 Mar 2014 20:29:09 +0000 Subject: [PATCH] Fix issue number error; 2141 --> 2291 and mark it as complete git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@202884 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 8823afc9..92bc77be 100644 --- a/www/cxx1y_status.html +++ b/www/cxx1y_status.html @@ -214,7 +214,7 @@ NB comment: GB9 Remove gets from C++14ChicagoComplete 2135Unclear requirement for exceptions thrown in condition_variable::wait()Issaquah - 2141std::hash is vulnerable to collision DoS attackIssaquah + 2291std::hash is vulnerable to collision DoS attackIssaquahComplete 2142packaged_task::operator() synchronization too broad?Issaquah 2240Probable misuse of term "function scope" in [thread.condition]IssaquahComplete 2252Strong guarantee on vector::push_back() still broken with C++11?Issaquah