diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2014-05-08 18:17:06 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2014-05-08 18:17:06 +0100 |
commit | f0fd118f53ae2ba7384a94c6821458275e6c226c (patch) | |
tree | c37969f89c99fee6caa08fdc711de6dc0853b5a6 /gcc/c/c-decl.c | |
parent | 8a8d1a16c7a355304ad77a873eda56d5fca915e8 (diff) | |
download | gcc-f0fd118f53ae2ba7384a94c6821458275e6c226c.zip gcc-f0fd118f53ae2ba7384a94c6821458275e6c226c.tar.gz gcc-f0fd118f53ae2ba7384a94c6821458275e6c226c.tar.bz2 |
re PR libstdc++/57394 ([C++11] basic_streambuf incorrect copy constructor / copy assignment access specifier)
PR libstdc++/57394
* include/bits/ios_base.h (ios_base(const ios_base&)): Define as
deleted for C++11.
(operator=(const ios_base&)): Likewise.
* include/std/streambuf: Remove trailing whitespace.
(basic_streambuf(const basic_streambuf&)): Fix initializer for
_M_out_end. Define as defaulted for C++11.
(operator=(const basic_streambuf&)): Define as defaulted for C++11.
(swap(basic_streambuf&)): Define for C++11.
* testsuite/27_io/basic_streambuf/cons/57394.cc: New.
From-SVN: r210228
Diffstat (limited to 'gcc/c/c-decl.c')
0 files changed, 0 insertions, 0 deletions