From 6a32b9d38f24ce54688c469d5a97189d0d5fed02 Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Mon, 7 May 2018 14:21:52 +0000 Subject: [PATCH] Update for Rapperswil git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@331638 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/upcoming_meeting.html | 108 +++++++++++++------------------------- 1 file changed, 37 insertions(+), 71 deletions(-) diff --git a/www/upcoming_meeting.html b/www/upcoming_meeting.html index f10e823a0..e9db19ae9 100644 --- a/www/upcoming_meeting.html +++ b/www/upcoming_meeting.html @@ -60,86 +60,52 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + -
Issue #Issue NameMeetingStatus
2164What are the semantics of vector.emplace(vector.begin(), vector.back())?Jacksonville
2243istream::putback problemJacksonvilleComplete
2816resize_file has impossible postconditionJacksonvilleNothing to do
2843Unclear behavior of std::pmr::memory_resource::do_allocate()Jacksonville
2849Why does !is_regular_file(from) cause copy_file to report a "file already exists" error?JacksonvilleNothing to do
2851std::filesystem enum classes are now underspecifiedJacksonvilleNothing to do
2969polymorphic_allocator::construct() shouldn't pass resource()Jacksonville
2975Missing case for pair construction in scoped and polymorphic allocatorsJacksonville
2989path's stream insertion operator lets you insert everything under the sunJacksonvilleCompleted
3000monotonic_memory_resource::do_is_equal uses dynamic_cast unnecessarilyJacksonville
3002[networking.ts] basic_socket_acceptor::is_open() isn't noexceptJacksonville
3004§[string.capacity] and §[vector.capacity] should specify time complexity for capacity()JacksonvilleNothing to do
3005Destruction order of arrays by make_shared/allocate_shared only recommended?Jacksonville
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 noexceptJacksonvilleComplete
3014More noexcept issues with filesystem operationsJacksonvilleComplete
3015copy_options::unspecified underspecifiedJacksonvilleNothing to do
3017list splice functions should use addressofJacksonville
3020[networking.ts] Remove spurious nested value_type buffer sequence requirementJacksonville
3026filesystem::weakly_canonical still defined in terms of canonical(p, base)Jacksonville
3030Who shall meet the requirements of try_lock?JacksonvilleNothing to do
3034P0767R1 breaks previously-standard-layout typesJacksonvillePatch Ready
3035std::allocator's constructors should be constexprJacksonvillePatch Ready
3039Unnecessary decay in thread and packaged_taskJacksonvillePatch Ready
3041Unnecessary decay in reference_wrapperJacksonvillePatch Ready
3042is_literal_type_v should be inlineJacksonvilleComplete
3043Bogus postcondition for filesystem_error constructorJacksonville
3045atomic<floating-point> doesn't have value_type or difference_typeJacksonville
3048transform_reduce(exec, first1, last1, first2, init) discards execution policyJacksonville
3051Floating point classifications were inadvertently changed in P0175JacksonvilleNothing to do
2139What is a user-defined type?Rapperswil
2970Return type of std::visit misspecifiedRapperswil
3058Parallel adjacent_difference shouldn't require creating temporariesRapperswil
3062Unnecessary decay_t in is_execution_policy_v should be remove_cvref_tRapperswil
3067recursive_directory_iterator::pop must invalidateRapperswil
3071[networking.ts] read_until still refers to "input sequence"RapperswilNothing to do
3074Non-member functions for valarray should only deduce from the valarrayRapperswil
3076basic_string CTAD ambiguityRapperswil
3079LWG 2935 forgot to fix the existing_p overloads of create_directoryRapperswil
3080Floating point from_chars pattern specification breaks round-trippingRapperswil
3083What should ios::iword(-1) do?Rapperswil
3094[time.duration.io]p4 makes surprising claims about encodingRapperswil
3100Unnecessary and confusing "empty span" wordingRapperswilNothing to do
3102Clarify span iterator and const_iterator behaviorRapperswil
3104Fixing duration divisionRapperswil
+

Issues to "Review"

- - - - - + + + + +
Issue #Issue NameMeetingStatus
2412promise::set_value() and promise::get_future() should not raceJacksonvilleComplete
2682filesystem::copy() won't create a symlink to a directoryJacksonvilleComplete
2697[concurr.ts] Behavior of future/shared_future unwrapping constructor when given an invalid futureJacksonville
2708recursive_directory_iterator::recursion_pending() is incorrectly specifiedJacksonvilleComplete
2936Path comparison is defined in terms of the generic formatJacksonville
2412promise::set_value() and promise::get_future() should not raceRapperswilComplete
2682filesystem::copy() won't create a symlink to a directoryRapperswilComplete
2697[concurr.ts] Behavior of future/shared_future unwrapping constructor when given an invalid futureRapperswil
2708recursive_directory_iterator::recursion_pending() is incorrectly specifiedRapperswilComplete
2936Path comparison is defined in terms of the generic formatRapperswil

Comments about the issues

Comments about the "Review" issues

@@ -151,7 +117,7 @@
  • 2936 - Eric - don't we do this already?
  • -

    Last Updated: 1-Mar-2018

    +

    Last Updated: 7-May-2018