This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r232112 - in /trunk/libstdc++-v3: ChangeLog inc...


Author: redi
Date: Wed Jan  6 20:34:41 2016
New Revision: 232112

URL: https://gcc.gnu.org/viewcvs?rev=232112&root=gcc&view=rev
Log:
Remove noexcept from function template that can throw

	PR libstdc++/69092
	* include/bits/basic_string.h (basic_string::_S_copy_chars<_Iterator>):
	Remove _GLIBCXX_NOEXCEPT.
	testsuite/21_strings/basic_string/cons/char/69092.cc: New.

Added:
    trunk/libstdc++-v3/testsuite/21_strings/basic_string/cons/char/69092.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/basic_string.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]