Skip to content

Commit a47bdd7

Browse files
burblebeetkoeppe
authored andcommitted
LWG3867 Should std::basic_osyncstream's move assignment operator be noexcept?
1 parent e68fc36 commit a47bdd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/iostreams.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12510,7 +12510,7 @@
1251012510
~basic_osyncstream();
1251112511

1251212512
// assignment
12513-
basic_osyncstream& operator=(basic_osyncstream&&) noexcept;
12513+
basic_osyncstream& operator=(basic_osyncstream&&);
1251412514

1251512515
// \ref{syncstream.osyncstream.members}, member functions
1251612516
void emit();

0 commit comments

Comments
 (0)