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 7910ba2 commit 30f31bdCopy full SHA for 30f31bd
source/utilities.tex
@@ -18650,8 +18650,6 @@
18650
const basic_format_arg<Context>* data_; // \expos
18651
18652
public:
18653
- basic_format_args() noexcept;
18654
-
18655
template<class... Args>
18656
basic_format_args(const @\exposid{format-arg-store}@<Context, Args...>& store) noexcept;
18657
@@ -18674,17 +18672,6 @@
18674
18672
and packing the former.
18675
18673
\end{note}
18676
18677
-\indexlibraryctor{basic_format_args}%
18678
-\begin{itemdecl}
18679
-basic_format_args() noexcept;
18680
-\end{itemdecl}
18681
18682
-\begin{itemdescr}
18683
-\pnum
18684
-\effects
18685
-Initializes \tcode{size_} with \tcode{0}.
18686
-\end{itemdescr}
18687
18688
\indexlibraryctor{basic_format_args}%
18689
\begin{itemdecl}
18690
0 commit comments