This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r174479 - in /trunk/libstdc++-v3: ChangeLog inc...
- From: paolo at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Tue, 31 May 2011 12:50:31 -0000
- Subject: r174479 - in /trunk/libstdc++-v3: ChangeLog inc...
Author: paolo
Date: Tue May 31 12:50:31 2011
New Revision: 174479
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174479
Log:
2011-05-31 Paolo Carlini <paolo.carlini@oracle.com>
* include/bits/basic_string.h: Use noexcept per the FDIS (minus
compare(const string&), which uses char_traits::compare, which
isn't noexcept; also no noexcept in the move assignment operator
and move assign, see c++std-lib-30855).
* include/bits/basic_string.tcc: Likewise.
* include/ext/vstring.h: Likewise.
* include/ext/vstring.tcc: Likewise.
* include/debug/string: Likewise.
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/bits/basic_string.h
trunk/libstdc++-v3/include/bits/basic_string.tcc
trunk/libstdc++-v3/include/debug/string
trunk/libstdc++-v3/include/ext/vstring.h
trunk/libstdc++-v3/include/ext/vstring.tcc