Skip to content

Commit be4b556

Browse files
authored
Update ranges.tex
1 parent d0b3a6c commit be4b556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: source/ranges.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -2271,7 +2271,7 @@
22712271
Let \exposid{container-append} be defined as follows:
22722272
\begin{codeblock}
22732273
template<class Ref, class Container>
2274-
constexpr auto @\exposid{container-append}@(Container& c) { // \expos
2274+
constexpr auto @\exposid{container-append}@(Container& c) { // \expos
22752275
return [&c]<class Ref>(Ref&& ref) {
22762276
if constexpr (requires { c.emplace_back(declval<Ref>()); })
22772277
c.emplace_back(std::forward<Ref>(ref));

0 commit comments

Comments
 (0)