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