Remove noexcept from function template that can throw
commit0e28f5cde3817b34e89d73125f28667bea9693e0
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 Jan 2016 20:34:41 +0000 (6 20:34 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 Jan 2016 20:34:41 +0000 (6 20:34 +0000)
tree7a10c9c6502b7d432fab1972238bfc38d38f3e48
parent32ec41739c2e99b4a6755f45157f5483daf65429
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@232112 138bc75d-0d04-0410-961f-82ee72b054a4
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]