We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4ae331 commit ab4b4b2Copy full SHA for ab4b4b2
source/ranges.tex
@@ -1346,6 +1346,7 @@
1346
\end{itemdecl}
1347
1348
\begin{itemdescr}
1349
+\pnum
1350
For a type \tcode{R},
1351
\tcode{\exposid{is-initializer-list}<R>} is \tcode{true} if and only if
1352
\tcode{remove_cvref_t<R>} is a specialization of \tcode{initializer_list}.
@@ -3375,7 +3376,7 @@
3375
3376
private:
3377
R @\exposid{r_}@ = R(); // \expos
3378
public:
- owning_view() requires default_initializable<R> = default;
3379
+ owning_view() requires @\libconcept{default_initializable}@<R> = default;
3380
constexpr owning_view(R&& t);
3381
3382
owning_view(owning_view&&) = default;
0 commit comments