f885fa898f
PR libstdc++/69105 PR libstdc++/69106 PR libstdc++/69114 * include/bits/stl_iterator.h (back_insert_iterator, front_insert_iterator, insert_iterator): Use __addressof (LWG 2324). * include/bits/uses_allocator.h (__use_alloc): Use __addressof. * include/std/future (__future::base::_State_baseV2::__setter): Likewise. * include/std/scoped_allocator (__outermost): Likewise. * testsuite/20_util/scoped_allocator/69114.cc: New. * testsuite/20_util/uses_allocator/69114.cc: New. * testsuite/30_threads/promise/69106.cc: New. From-SVN: r232129
38 lines
1.3 KiB
Plaintext
38 lines
1.3 KiB
Plaintext
2016-01-07 Jonathan Wakely <jwakely@redhat.com>
|
||
|
||
PR libstdc++/69105
|
||
PR libstdc++/69106
|
||
PR libstdc++/69114
|
||
* include/bits/stl_iterator.h (back_insert_iterator,
|
||
front_insert_iterator, insert_iterator): Use __addressof (LWG 2324).
|
||
* include/bits/uses_allocator.h (__use_alloc): Use __addressof.
|
||
* include/std/future (__future::base::_State_baseV2::__setter):
|
||
Likewise.
|
||
* include/std/scoped_allocator (__outermost): Likewise.
|
||
* testsuite/20_util/scoped_allocator/69114.cc: New.
|
||
* testsuite/20_util/uses_allocator/69114.cc: New.
|
||
* testsuite/30_threads/promise/69106.cc: New.
|
||
|
||
2016-01-06 Jonathan Wakely <jwakely@redhat.com>
|
||
|
||
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.
|
||
|
||
* include/Makefile.am: Adjust.
|
||
* include/Makefile.in: Regenerate.
|
||
* include/bits/mutex.h: Rename to bits/std_mutex.h.
|
||
* include/std/condition_variable: Adjust include.
|
||
* include/std/mutex: Likewise.
|
||
|
||
2016-01-04 Jakub Jelinek <jakub@redhat.com>
|
||
|
||
Update copyright years.
|
||
|
||
Copyright (C) 2016 Free Software Foundation, Inc.
|
||
|
||
Copying and distribution of this file, with or without modification,
|
||
are permitted in any medium without royalty provided the copyright
|
||
notice and this notice are preserved.
|