]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Reorder constructors in <sstream>
authorJonathan Wakely <jwakely@redhat.com>
Tue, 10 Nov 2020 19:12:03 +0000 (19:12 +0000)
committerJonathan Wakely <jwakely@redhat.com>
Tue, 10 Nov 2020 19:22:48 +0000 (19:22 +0000)
commitf7c41c572bbc16d852104515e506936d447debbe
tree8eeec621faf8e93bacd79c72249542090369a6bd
parent95cb0fc8c51841cc6a0e51490cb3769eb80fa34c
libstdc++: Reorder constructors in <sstream>

This groups all the constructors together, consistent with the synopses
in the C++20 standard.

libstdc++-v3/ChangeLog:

* include/std/sstream (basic_stringbug, basic_istringstream)
(basic_ostringstream, basic_stringstream): Reorder C++20
constructors to be declared next to other constructors.
libstdc++-v3/include/std/sstream