-
Notifications
You must be signed in to change notification settings - Fork 781
P2450 C++ Standard Library Issues to be moved in Virtual Plenary, Oct. 2021 #5027
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
9a8c274
LWG2191 Incorrect specification of match_results(match_results&&)
jensmaurer 8f7e799
LWG2381 Inconsistency in parsing floating point numbers
jensmaurer 4ba323a
LWG2762 unique_ptr operator*() should be noexcept
jensmaurer 11889ea
LWG3121 tuple constructor constraints for UTypes&&... overloads
jensmaurer a63caa3
LWG3123 duration constructor from representation shouldn't be effecti…
jensmaurer 0ecb6bf
LWG3146 Excessive unwrapping in std::ref/cref
jensmaurer 3305d6b
LWG3152 common_type and common_reference have flaws in common
jensmaurer 83375c3
LWG3293 move_iterator operator+() has incorrect constraints
jensmaurer 2673e29
LWG3361 safe_range<SomeRange&> case
jensmaurer 318d73f
LWG3392 ranges::distance() cannot be used on a move-only iterator wit…
jensmaurer 5301715
LWG3407 Some problems with the wording changes of P1739R4
jensmaurer 2381008
LWG3422 Issues of seed_seq's constructors
jensmaurer 49a1d88
LWG3470 convertible-to-non-slicing seems to reject valid case
jensmaurer 4189fff
LWG3480 directory_iterator and recursive_directory_iterator are not C…
jensmaurer 0636bba
LWG3498 Inconsistent noexcept-specifiers for basic_syncbuf
jensmaurer 7441112
LWG3535 join_view::iterator::iterator_category and ::iterator_concept…
jensmaurer d5ad24f
LWG3554 chrono::parse needs const charT* and basic_string_view<charT>…
jensmaurer c55739d
LWG3557 The static_cast expression in convertible_to has the wrong op…
jensmaurer 0de6ef9
LWG3559 Semantic requirements of sized_range is circular
jensmaurer 16d32b7
LWG3560 ranges::equal and ranges::is_permutation should short-circuit…
jensmaurer 3c71c28
LWG3561 Issue with internal counter in discard_block_engine
jensmaurer aa550a5
LWG3563 keys_view example is broken
jensmaurer 28bddb0
LWG3566 Constraint recursion for operator<=>(optional<T>, U)
jensmaurer acec76d
LWG3567 Formatting move-only iterators take two
jensmaurer 00f0f12
LWG3568 basic_istream_view needs to initialize value_
jensmaurer 8d003d0
LWG3570 basic_osyncstream::emit should be an unformatted output function
jensmaurer af17c9c
LWG3571 flush_emit should set badbit if the emit call fails
jensmaurer fd3c4d0
LWG3572 copyable-box should be fully constexpr
jensmaurer f4b7010
LWG3573 Missing Throws element for basic_string_view(It begin, End end)
jensmaurer 4087178
LWG3574 common_iterator should be completely constexpr-able
jensmaurer ba2685a
LWG3580 iota_view's iterator's binary operator+ should be improved
jensmaurer baa3ded
LWG3581 The range constructor makes basic_string_view not trivially m…
jensmaurer 190eb2c
LWG3585 Variant converting assignment with immovable alternative
jensmaurer 9d1ebed
LWG3589 The const lvalue reference overload of get for subrange does …
jensmaurer 7ab5450
LWG3590 split_view::base() const & is overconstrained
jensmaurer 4612189
LWG3591 lazy_split_view<input_view>::inner-iterator::base() && invali…
jensmaurer d5ce7d3
LWG3592 lazy_split_view needs to check the simpleness of Pattern
jensmaurer 661e086
LWG3593 Several iterators' base() const & and lazy_split_view::outer-…
jensmaurer de05348
LWG3595 Exposition-only classes proxy and postfix-proxy for common_it…
jensmaurer e0f11a3
[range.take.overview] Avoid highlighting single evaluation of "F"
jensmaurer 8753efa
[syncstream.syncbuf.special] Remove 'noexcept' for non-member swap
jensmaurer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.