Skip to content

Commit 7b8cb07

Browse files
burblebeetkoeppe
authored andcommitted
LWG4106 basic_format_args should not be default-constructible
1 parent 2f866df commit 7b8cb07

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
@@ -18651,8 +18651,6 @@
1865118651
const basic_format_arg<Context>* data_; // \expos
1865218652

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

@@ -18675,17 +18673,6 @@
1867518673
and packing the former.
1867618674
\end{note}
1867718675

18678-
\indexlibraryctor{basic_format_args}%
18679-
\begin{itemdecl}
18680-
basic_format_args() noexcept;
18681-
\end{itemdecl}
18682-
18683-
\begin{itemdescr}
18684-
\pnum
18685-
\effects
18686-
Initializes \tcode{size_} with \tcode{0}.
18687-
\end{itemdescr}
18688-
1868918676
\indexlibraryctor{basic_format_args}%
1869018677
\begin{itemdecl}
1869118678
template<class... Args>

0 commit comments

Comments
 (0)