From 309f8b116865c534f097022b2db548f3ab7494c0 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Sun, 4 Feb 2018 07:29:53 +0000 Subject: [PATCH] Mark LWG 3013 as already complete. See r316941 llvm-svn: 324191 --- libcxx/www/upcoming_meeting.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libcxx/www/upcoming_meeting.html b/libcxx/www/upcoming_meeting.html index f11461150d73..1b918ba614a1 100644 --- a/libcxx/www/upcoming_meeting.html +++ b/libcxx/www/upcoming_meeting.html @@ -75,7 +75,7 @@ 3007allocate_shared should rebind allocator to cv-unqualified value_type for constructionJacksonville 3009Including <string_view> doesn't provide std::size/empty/dataJacksonvilleComplete 3010[networking.ts] uses_executor says "if a type T::executor_type exists"Jacksonville -3013(recursive_)directory_iterator construction and traversal should not be noexceptJacksonville +3013(recursive_)directory_iterator construction and traversal should not be noexceptJacksonvilleComplete 3014More noexcept issues with filesystem operationsJacksonville 3015copy_options::unspecified underspecifiedJacksonville 3017list splice functions should use addressofJacksonville @@ -112,7 +112,7 @@
  • 3007 - Looks easy
  • 3009 - We do this already; tests added in r323719
  • 3010 - No networking TS implementation yet
  • -
  • 3013 - Eric?
  • +
  • 3013 - We already implement this
  • 3014 - Eric?
  • 3015 - Eric?
  • 3017 - We don't do the splicing stuff yet