Skip to content

Commit ab4b4b2

Browse files
committed
fixup: \libconcept marker
1 parent b4ae331 commit ab4b4b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/ranges.tex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1346,6 +1346,7 @@
13461346
\end{itemdecl}
13471347

13481348
\begin{itemdescr}
1349+
\pnum
13491350
For a type \tcode{R},
13501351
\tcode{\exposid{is-initializer-list}<R>} is \tcode{true} if and only if
13511352
\tcode{remove_cvref_t<R>} is a specialization of \tcode{initializer_list}.
@@ -3375,7 +3376,7 @@
33753376
private:
33763377
R @\exposid{r_}@ = R(); // \expos
33773378
public:
3378-
owning_view() requires default_initializable<R> = default;
3379+
owning_view() requires @\libconcept{default_initializable}@<R> = default;
33793380
constexpr owning_view(R&& t);
33803381

33813382
owning_view(owning_view&&) = default;

0 commit comments

Comments
 (0)