Skip to content

Commit 30f31bd

Browse files
burblebeetkoeppe
authored andcommitted
LWG4106 basic_format_args should not be default-constructible
1 parent 7910ba2 commit 30f31bd

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

source/utilities.tex

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18650,8 +18650,6 @@
1865018650
const basic_format_arg<Context>* data_; // \expos
1865118651

1865218652
public:
18653-
basic_format_args() noexcept;
18654-
1865518653
template<class... Args>
1865618654
basic_format_args(const @\exposid{format-arg-store}@<Context, Args...>& store) noexcept;
1865718655

@@ -18674,17 +18672,6 @@
1867418672
and packing the former.
1867518673
\end{note}
1867618674

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-
1868818675
\indexlibraryctor{basic_format_args}%
1868918676
\begin{itemdecl}
1869018677
template<class... Args>

0 commit comments

Comments
 (0)