Remove noexcept from function template that can throw
[gcc.git] / libstdc++-v3 / ChangeLog
1 2016-01-06 Jonathan Wakely <jwakely@redhat.com>
2
3 PR libstdc++/69092
4 * include/bits/basic_string.h (basic_string::_S_copy_chars<_Iterator>):
5 Remove _GLIBCXX_NOEXCEPT.
6 testsuite/21_strings/basic_string/cons/char/69092.cc: New.
7
8 * include/Makefile.am: Adjust.
9 * include/Makefile.in: Regenerate.
10 * include/bits/mutex.h: Rename to bits/std_mutex.h.
11 * include/std/condition_variable: Adjust include.
12 * include/std/mutex: Likewise.
13
14 2016-01-04 Jakub Jelinek <jakub@redhat.com>
15
16 Update copyright years.
17 \f
18 Copyright (C) 2016 Free Software Foundation, Inc.
19
20 Copying and distribution of this file, with or without modification,
21 are permitted in any medium without royalty provided the copyright
22 notice and this notice are preserved.