Skip to content

Commit

Permalink
reworded from 'models and satisfies' to 'models'
Browse files Browse the repository at this point in the history
  • Loading branch information
slymz committed Jun 7, 2023
1 parent ded56ee commit 9cc111c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
12 changes: 8 additions & 4 deletions concat.lwg.feedback.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@
- Hui: I just learned we can specify that way. Not sure if you like it?
- Levent: Love it. (https://eel.is/c++draft/const.iterators.ops#17 right?)

- [Done] mattermost: TZ/CC: wording the concat-bidirectional
- Hui: From the chat history they don't seem to be happy about our wording and had some alternative wordings in the chat
- Levent: Leave this to next round?
- H: I am bit confused with "Model" vs "Model and Satisfy"...
- L: I am not sure where we pulled this from. I found this: https://github.com/cplusplus/draft/blob/1be4801ac1f90aca9a8f5804a48e8bcd082f5bb9/papers/n4821.md?plain=1#L564
It seems if we simply say "models" that should suffice here.

# Nothing to do

- [Nothing to do] that "expect" needs to be "except"
Expand All @@ -65,10 +72,7 @@

# Todos

- [TODO] mattermost: TZ/CC: wording the concat-bidirectional
- Hui: From the chat history they don't seem to be happy about our wording and had some alternative wordings in the chat
- Levent: Leave this to next round?
- I am bit confused with "Model" vs "Model and Satisfy"...


- [TODO] when doing zip_view and cartesian_product we added maybe_const so we don't need to do that everywhere and we should do that here, too
- Hui: ?
Expand Down
6 changes: 3 additions & 3 deletions concat.md
Original file line number Diff line number Diff line change
Expand Up @@ -582,10 +582,10 @@ concept @_concat-bidirectional_@ = @*see below*@; // exposition only

:::bq

[3]{.pnum} `@_concat-bidirectional_@` is satisfied and modeled for `Rs...`, if and only if,
[3]{.pnum} `@_concat-bidirectional_@` is modeled by `Rs...`, if and only if,

- [3.1]{.pnum} The last element of `Rs...` models and satisfies `bidirectional_range`,
- [3.2]{.pnum} And, all except the last element of `Rs...` model and satisfy `@_constant-time-reversible_@`.
- [3.1]{.pnum} The last element of `Rs...` models `bidirectional_range`,
- [3.2]{.pnum} And, all except the last element of `Rs...` model `@_constant-time-reversible_@`.

:::

Expand Down

0 comments on commit 9cc111c

Please sign in to comment.