Skip to content

Commit

Permalink
update the paper date
Browse files Browse the repository at this point in the history
  • Loading branch information
huixie90 committed Jun 7, 2023
1 parent 463a202 commit 2f6033c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions concat.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "`views::concat`"
document: P2542R3
date: 2021-04-21
date: 2023-06-07
audience: SG9, LEWG
author:
- name: Hui Xie
Expand All @@ -16,6 +16,7 @@ toc: true
## R3

- Fixed conversions of `difference` types
- Redesign `iter_swap`
- Various wording fixes

## R2
Expand Down Expand Up @@ -407,7 +408,7 @@ void iter_swap_impl(string_view* x, string* y)

The above examples are no longer an issue because `ranges::iter_swap` would be ill-formed.

However, all the user `iter_swap` customizations will be ignored.
However, all the user `iter_swap` customizations will be ignored, even if the user tries to `concat` the same type of ranges with `iter_swap` customizations.

### Option 3: Tomasz's suggestion

Expand Down

0 comments on commit 2f6033c

Please sign in to comment.