Skip to content

Commit 544d2e5

Browse files
burblebeetkoeppe
authored andcommitted
LWG4061 Should std::basic_format_context be default-constructible/copyable/movable?
1 parent 3e41403 commit 544d2e5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/utilities.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17620,6 +17620,9 @@
1762017620
basic_format_args<basic_format_context> args_; // \expos
1762117621
Out out_; // \expos
1762217622

17623+
basic_format_context(const basic_format_context&) = delete;
17624+
basic_format_context& operator=(const basic_format_context&) = delete;
17625+
1762317626
public:
1762417627
using iterator = Out;
1762517628
using char_type = charT;

0 commit comments

Comments
 (0)