]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove noexcept from function template that can throw
authorJonathan Wakely <jwakely@redhat.com>
Tue, 12 Jan 2016 18:11:28 +0000 (18:11 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 12 Jan 2016 18:11:28 +0000 (18:11 +0000)
commit890ca851596d9bab17ae3f11f8c522d7ff237603
treed16dc24637e64c7dc2fcd0e880250a746f276311
parent4f40019f96fe0e8dca463ebd2bcae9b52e5b2442
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: r232289
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]