Skip to content

Commit

Permalink
fix all-random-access
Browse files Browse the repository at this point in the history
  • Loading branch information
huixie90 committed Jun 9, 2023
1 parent 14077ac commit 9bfb6b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concat.md
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ concept @_concat-is-random-access_@ = @*see below*@; // exposition only
```cpp
template <bool Const, class... Rs>
concept @_concat-is-random-access_@ = // exposition only
(@*all-random-access*@<Const, Rs> && ...) &&
@*all-random-access*@<Const, Rs...> &&
(sized_range<@*maybe-const*@<Const, Fs>> && ...);
```
Expand Down

0 comments on commit 9bfb6b2

Please sign in to comment.