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 Name | Meeting | Status |
|---|---|---|---|
| 2164 | What are the semantics of vector.emplace(vector.begin(), vector.back())? | Jacksonville | |
| 2243 | istream::putback problem | Jacksonville | Complete |
| 2816 | resize_file has impossible postcondition | Jacksonville | Nothing to do |
| 2843 | Unclear behavior of std::pmr::memory_resource::do_allocate() | Jacksonville | |
| 2849 | Why does !is_regular_file(from) cause copy_file to report a "file already exists" error? | Jacksonville | Nothing to do |
| 2851 | std::filesystem enum classes are now underspecified | Jacksonville | Nothing to do |
| 2969 | polymorphic_allocator::construct() shouldn't pass resource() | Jacksonville | |
| 2975 | Missing case for pair construction in scoped and polymorphic allocators | Jacksonville | |
| 2989 | path's stream insertion operator lets you insert everything under the sun | Jacksonville | Completed |
| 3000 | monotonic_memory_resource::do_is_equal uses dynamic_cast unnecessarily | Jacksonville | |
| 3002 | [networking.ts] basic_socket_acceptor::is_open() isn't noexcept | Jacksonville | |
| 3004 | §[string.capacity] and §[vector.capacity] should specify time complexity for capacity() | Jacksonville | Nothing to do |
| 3005 | Destruction order of arrays by make_shared/allocate_shared only recommended? | Jacksonville | |
| 3007 | allocate_shared should rebind allocator to cv-unqualified value_type for construction | Jacksonville | |
| 3009 | Including <string_view> doesn't provide std::size/empty/data | Jacksonville | Complete |
| 3010 | [networking.ts] uses_executor says "if a type T::executor_type exists" | Jacksonville | |
| 3013 | (recursive_)directory_iterator construction and traversal should not be noexcept | Jacksonville | Complete |
| 3014 | More noexcept issues with filesystem operations | Jacksonville | Complete |
| 3015 | copy_options::unspecified underspecified | Jacksonville | Nothing to do |
| 3017 | list splice functions should use addressof | Jacksonville | |
| 3020 | [networking.ts] Remove spurious nested value_type buffer sequence requirement | Jacksonville | |
| 3026 | filesystem::weakly_canonical still defined in terms of canonical(p, base) | Jacksonville | |
| 3030 | Who shall meet the requirements of try_lock? | Jacksonville | Nothing to do |
| 3034 | P0767R1 breaks previously-standard-layout types | Jacksonville | Patch Ready |
| 3035 | std::allocator's constructors should be constexpr | Jacksonville | Patch Ready |
| 3039 | Unnecessary decay in thread and packaged_task | Jacksonville | Patch Ready |
| 3041 | Unnecessary decay in reference_wrapper | Jacksonville | Patch Ready |
| 3042 | is_literal_type_v should be inline | Jacksonville | Complete |
| 3043 | Bogus postcondition for filesystem_error constructor | Jacksonville | |
| 3045 | atomic<floating-point> doesn't have value_type or difference_type | Jacksonville | |
| 3048 | transform_reduce(exec, first1, last1, first2, init) discards execution policy | Jacksonville | |
| 3051 | Floating point classifications were inadvertently changed in P0175 | Jacksonville | Nothing to do |
| 2139 | What is a user-defined type? | Rapperswil | |
| 2970 | Return type of std::visit misspecified | Rapperswil | |
| 3058 | Parallel adjacent_difference shouldn't require creating temporaries | Rapperswil | |
| 3062 | Unnecessary decay_t in is_execution_policy_v should be remove_cvref_t | Rapperswil | |
| 3067 | recursive_directory_iterator::pop must invalidate | Rapperswil | |
| 3071 | [networking.ts] read_until still refers to "input sequence" | Rapperswil | Nothing to do |
| 3074 | Non-member functions for valarray should only deduce from the valarray | Rapperswil | |
| 3076 | basic_string CTAD ambiguity | Rapperswil | |
| 3079 | LWG 2935 forgot to fix the existing_p overloads of create_directory | Rapperswil | |
| 3080 | Floating point from_chars pattern specification breaks round-tripping | Rapperswil | |
| 3083 | What should ios::iword(-1) do? | Rapperswil | |
| 3094 | [time.duration.io]p4 makes surprising claims about encoding | Rapperswil | |
| 3100 | Unnecessary and confusing "empty span" wording | Rapperswil | Nothing to do |
| 3102 | Clarify span iterator and const_iterator behavior | Rapperswil | |
| 3104 | Fixing duration division | Rapperswil |
| Issue # | Issue Name | Meeting | Status |
|---|---|---|---|
| 2412 | promise::set_value() and promise::get_future() should not race | Jacksonville | Complete |
| 2682 | filesystem::copy() won't create a symlink to a directory | Jacksonville | Complete |
| 2697 | [concurr.ts] Behavior of future/shared_future unwrapping constructor when given an invalid future | Jacksonville | |
| 2708 | recursive_directory_iterator::recursion_pending() is incorrectly specified | Jacksonville | Complete |
| 2936 | Path comparison is defined in terms of the generic format | Jacksonville | |
| 2412 | promise::set_value() and promise::get_future() should not race | Rapperswil | Complete |
| 2682 | filesystem::copy() won't create a symlink to a directory | Rapperswil | Complete |
| 2697 | [concurr.ts] Behavior of future/shared_future unwrapping constructor when given an invalid future | Rapperswil | |
| 2708 | recursive_directory_iterator::recursion_pending() is incorrectly specified | Rapperswil | Complete |
| 2936 | Path comparison is defined in terms of the generic format | Rapperswil |
Last Updated: 1-Mar-2018
+Last Updated: 7-May-2018