From 545d0b950d2cdcfcdbb5e02f68cae72c079b619d Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Fri, 21 Dec 2018 02:17:00 +0000 Subject: [PATCH] Mark two filesystem LWG issues as complete - nothing to do git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@349877 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/cxx2a_status.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/cxx2a_status.html b/www/cxx2a_status.html index 581191c76..f8a5a831f 100644 --- a/www/cxx2a_status.html +++ b/www/cxx2a_status.html @@ -255,11 +255,11 @@ 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 + 2682filesystem::copy() won't create a symlink to a directorySan DiegoNothing to do 2697[concurr.ts] Behavior of future/shared_future unwrapping constructor when given an invalid futureSan Diego 2797Trait precondition violationsSan DiegoResolved by 1285R0 2936Path comparison is defined in terms of the generic formatSan Diego - 2943Problematic specification of the wide version of basic_filebuf::openSan Diego + 2943Problematic specification of the wide version of basic_filebuf::openSan DiegoNothing to do 2960[fund.ts.v3] nonesuch is insufficiently uselessSan Diego 2995basic_stringbuf default constructor forbids it from using SSO capacitySan Diego 2996Missing rvalue overloads for shared_ptr operationsSan Diego