Skip to content
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

Split tests/P1206R7_ranges_to into four parts #3026

Merged
merged 4 commits into from
Aug 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion tests/std/test.lst
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,10 @@ tests\P1206R7_priority_queue_from_range
tests\P1206R7_priority_queue_push_range
tests\P1206R7_queue_from_range
tests\P1206R7_queue_push_range
tests\P1206R7_ranges_to
tests\P1206R7_ranges_to_mappish
tests\P1206R7_ranges_to_misc
tests\P1206R7_ranges_to_sequence
tests\P1206R7_ranges_to_settish
tests\P1206R7_set_from_range
tests\P1206R7_set_insert_range
tests\P1206R7_stack_from_range
Expand Down
Loading