Use std::addressof in insert iterators, allocators and promises
[gcc.git] / libstdc++-v3 / ChangeLog
1 2016-01-07 Jonathan Wakely <jwakely@redhat.com>
2
3 PR libstdc++/69105
4 PR libstdc++/69106
5 PR libstdc++/69114
6 * include/bits/stl_iterator.h (back_insert_iterator,
7 front_insert_iterator, insert_iterator): Use __addressof (LWG 2324).
8 * include/bits/uses_allocator.h (__use_alloc): Use __addressof.
9 * include/std/future (__future::base::_State_baseV2::__setter):
10 Likewise.
11 * include/std/scoped_allocator (__outermost): Likewise.
12 * testsuite/20_util/scoped_allocator/69114.cc: New.
13 * testsuite/20_util/uses_allocator/69114.cc: New.
14 * testsuite/30_threads/promise/69106.cc: New.
15
16 2016-01-06 Jonathan Wakely <jwakely@redhat.com>
17
18 PR libstdc++/69092
19 * include/bits/basic_string.h (basic_string::_S_copy_chars<_Iterator>):
20 Remove _GLIBCXX_NOEXCEPT.
21 testsuite/21_strings/basic_string/cons/char/69092.cc: New.
22
23 * include/Makefile.am: Adjust.
24 * include/Makefile.in: Regenerate.
25 * include/bits/mutex.h: Rename to bits/std_mutex.h.
26 * include/std/condition_variable: Adjust include.
27 * include/std/mutex: Likewise.
28
29 2016-01-04 Jakub Jelinek <jakub@redhat.com>
30
31 Update copyright years.
32 \f
33 Copyright (C) 2016 Free Software Foundation, Inc.
34
35 Copying and distribution of this file, with or without modification,
36 are permitted in any medium without royalty provided the copyright
37 notice and this notice are preserved.