Skip to content

Commit 4ac8e83

Browse files
authored
Remove class Ref
1 parent be4b556 commit 4ac8e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/ranges.tex

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

0 commit comments

Comments
 (0)