libitm: Remove dead code and data.
[gcc.git] / libstdc++-v3 / ChangeLog
1 2016-01-12 Jonathan Wakely <jwakely@redhat.com>
2
3 PR libstdc++/69005
4 PR libstdc++/69222
5 * include/std/functional (function::_Invoke): Remove, use result_of.
6 (function::_Callable): Replace alias template with class template
7 and use partial specialization instead of _NotSelf alias template.
8 (function(_Functor)): Add "not self" constraint so that _Callable is
9 not used while type is incomplete.
10 * testsuite/20_util/function/69222.cc: New.
11
12 2016-01-11 Jonathan Wakely <jwakely@redhat.com>
13
14 PR libstdc++/60976
15 * include/bits/alloc_traits.h (allocator_traits<allocator<_Tp>>):
16 Define partial specialization.
17 * testsuite/20_util/shared_ptr/cons/58659.cc: Add construct and
18 destroy members to std::allocator explicit specialization.
19
20 2016-01-08 Jonathan Wakely <jwakely@redhat.com>
21
22 * testsuite/26_numerics/headers/cmath/
23 c99_classification_macros_c++.cc: Rename to ...
24 * testsuite/26_numerics/headers/cmath/
25 c99_classification_macros_c++98.cc: Here and add -std=gnu++98.
26 * testsuite/26_numerics/headers/cmath/
27 c99_classification_macros_c++0x.cc: Rename to ...
28 * testsuite/26_numerics/headers/cmath/
29 c99_classification_macros_c++11.cc: Here.
30
31 PR libstdc++/69190
32 * include/bits/uses_allocator.h: Add missing include.
33
34 2016-01-07 Jonathan Wakely <jwakely@redhat.com>
35
36 PR libstdc++/69105
37 PR libstdc++/69106
38 PR libstdc++/69114
39 * include/bits/stl_iterator.h (back_insert_iterator,
40 front_insert_iterator, insert_iterator): Use __addressof (LWG 2324).
41 * include/bits/uses_allocator.h (__use_alloc): Use __addressof.
42 * include/std/future (__future::base::_State_baseV2::__setter):
43 Likewise.
44 * include/std/scoped_allocator (__outermost): Likewise.
45 * testsuite/20_util/scoped_allocator/69114.cc: New.
46 * testsuite/20_util/uses_allocator/69114.cc: New.
47 * testsuite/30_threads/promise/69106.cc: New.
48
49 2016-01-06 Jonathan Wakely <jwakely@redhat.com>
50
51 PR libstdc++/69092
52 * include/bits/basic_string.h (basic_string::_S_copy_chars<_Iterator>):
53 Remove _GLIBCXX_NOEXCEPT.
54 testsuite/21_strings/basic_string/cons/char/69092.cc: New.
55
56 * include/Makefile.am: Adjust.
57 * include/Makefile.in: Regenerate.
58 * include/bits/mutex.h: Rename to bits/std_mutex.h.
59 * include/std/condition_variable: Adjust include.
60 * include/std/mutex: Likewise.
61
62 2016-01-04 Jakub Jelinek <jakub@redhat.com>
63
64 Update copyright years.
65 \f
66 Copyright (C) 2016 Free Software Foundation, Inc.
67
68 Copying and distribution of this file, with or without modification,
69 are permitted in any medium without royalty provided the copyright
70 notice and this notice are preserved.