From 1595c0dd312fc4f1b2c55d14521ea8d7ec3128ad Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Tue, 13 Nov 2018 22:26:03 +0000 Subject: [PATCH] Mark #2184 as complete; the tests are fine. (I thought that they were wrong before) git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@346805 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/cxx2a_status.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/cxx2a_status.html b/www/cxx2a_status.html index 3264ad999..a9a376f59 100644 --- a/www/cxx2a_status.html +++ b/www/cxx2a_status.html @@ -252,7 +252,7 @@ 2183Muddled allocator requirements for match_results constructorsSan DiegoComplete - 2184Muddled allocator requirements for match_results assignmentsSan Diego + 2184Muddled allocator requirements for match_results assignmentsSan DiegoComplete 2412promise::set_value() and promise::get_future() should not raceSan Diego 2499operator>>(basic_istream&, CharT*) makes it hard to avoid buffer overflowsSan DiegoResolved by P0487R1 2682filesystem::copy() won't create a symlink to a directorySan Diego