Remove noexcept from function template that can throw
authorJonathan Wakely <jwakely@redhat.com>
Wed, 6 Jan 2016 20:34:41 +0000 (20:34 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 6 Jan 2016 20:34:41 +0000 (20:34 +0000)
commit373a75fb2ace6a65ef2c34d56dd0883e5e14a546
tree7a10c9c6502b7d432fab1972238bfc38d38f3e48
parent5027395ec641081ed33dd2c4b8204aba7053782c
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.

From-SVN: r232112
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/basic_string.h
libstdc++-v3/testsuite/21_strings/basic_string/cons/char/69092.cc [new file with mode: 0644]