gcc/libstdc++-v3/include/bits
Jonathan Wakely d8af84e67b Implement resolutions of LWG 2399, 2400 and 2401.
* include/bits/shared_ptr.h (shared_ptr, weak_ptr): Define
	_Convertible alias template to simplify constraints.
	(shared_ptr(unique_ptr<TD>&&)): Constrain (LWG 2399).
	* include/bits/shared_ptr_base.h: Likewise.
	(_Sp_counted_deleter::_M_get_deleter()): Use addressof (LWG 2400).
	* include/std/functional (function::operator=(nullptr_t)): Add
	noexcept (LWG 2401).
	* testsuite/20_util/shared_ptr/cons/43820_neg.cc: Adjust dg-error.
	* testsuite/20_util/shared_ptr/cons/void_neg.cc: Adjust dg-error.

From-SVN: r217442
2014-11-12 19:41:36 +00:00
..
algorithmfwd.h Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
alloc_traits.h alloc_traits.h (__alloc_rebind): Define alias template. 2014-06-25 21:54:34 +01:00
allocated_ptr.h allocated_ptr.h (__allocated_ptr::operator=): Add missing return. 2014-07-08 14:22:14 +01:00
allocator.h api.xml: Link to more recent API docs. 2014-06-14 21:22:10 +01:00
atomic_base.h atomic_base.h: Avoid including <stdbool.h>. 2014-10-24 12:54:43 +00:00
basic_ios.h re PR libstdc++/56193 (ios_base should replace operator void* with explicit operator bool in C++11 onwards.) 2014-09-24 23:13:35 +01:00
basic_ios.tcc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
basic_string.h Implement SD-6: SG10 Feature Test Recommendations 2014-10-01 11:49:23 +00:00
basic_string.tcc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
boost_concept_check.h Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
c++0x_warning.h Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
c++14_warning.h Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
c++config re PR libstdc++/49561 ([C++0x] std::list::size complexity) 2014-10-10 16:33:57 +01:00
char_traits.h api.xml: Link to more recent API docs. 2014-06-14 21:22:10 +01:00
codecvt.h Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
concept_check.h Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
cpp_type_traits.h machmode.h (int_n_data_t): New. 2014-10-14 15:44:36 -04:00
deque.tcc Make std::deque meet C++11 allocator requirements. 2014-09-09 18:29:32 +01:00
enable_special_members.h Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
forward_list.h alloc_traits.h (__alloc_rebind): Define alias template. 2014-06-25 21:54:34 +01:00
forward_list.tcc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
fstream.tcc Make streams movable and swappable. 2014-09-22 14:34:09 +01:00
functexcept.h functexcept.h (__throw_out_of_range_fmt): Change attribute to __gnu_printf__ archetype to prevent warnings for "%zu". 2014-06-24 16:44:17 +01:00
functional_hash.h Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
gslice.h Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
gslice_array.h Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
hashtable.h re PR libstdc++/63456 (unordered_map incorrectly frees _M_single_bucket. Patch Included) 2014-10-05 18:44:46 +00:00
hashtable_policy.h hashtable_policy.h (_Prime_rehash_policy): Constructor noexcept qualified. 2014-09-06 07:38:48 +00:00
indirect_array.h Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
ios_base.h re PR libstdc++/59987 ([C++11]: Missing ios_base::hexfloat format specifier) 2014-10-06 16:55:53 +01:00
istream.tcc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
list.tcc re PR libstdc++/61347 (std::distance(list.first(),list.end()) in O(1)) 2014-10-13 10:00:27 +00:00
locale_classes.h Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
locale_classes.tcc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
locale_facets.h Makefile.am: Move ctype.cc, ctype_configure_char.cc and ctype_members.cc to ... 2014-10-20 13:34:10 +01:00
locale_facets.tcc locale_facets.tcc (num_put::_M_insert_float): Do not pass precision when using hexfloat format. 2014-10-08 14:25:30 +01:00
locale_facets_nonio.h Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
locale_facets_nonio.tcc functexcept.h (__throw_out_of_range_fmt): Change attribute to __gnu_printf__ archetype to prevent warnings for "%zu". 2014-06-24 16:44:17 +01:00
localefwd.h Makefile.am: Move ctype.cc, ctype_configure_char.cc and ctype_members.cc to ... 2014-10-20 13:34:10 +01:00
mask_array.h Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
memoryfwd.h Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
move.h Make streams movable and swappable. 2014-09-22 14:34:09 +01:00
ostream.tcc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
ostream_insert.h Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
parse_numbers.h parse_numbers.h (_Number_help): Fix divide-by-zero. 2014-06-23 12:30:32 +01:00
postypes.h Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
predefined_ops.h Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
ptr_traits.h alloc_traits.h (allocator_traits::_S_allocate): Do not use varargs when argument could be non-POD. 2014-01-29 14:57:35 +00:00
random.h PR libstdc++/60037 - SIGFPE in std::generate_canonical<unsigned int...> 2014-07-29 14:56:45 +00:00
random.tcc PR libstdc++/60037 - SIGFPE in std::generate_canonical<unsigned int...> 2014-07-29 14:56:45 +00:00
range_access.h Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
regex.h Use ctype_base::blank in regex_traits. 2014-11-04 02:49:30 +00:00
regex.tcc Use ctype_base::blank in regex_traits. 2014-11-04 02:49:30 +00:00
regex_automaton.h re PR libstdc++/63199 (Inserting std::wregex to std::vector loses some std::wregex values) 2014-09-25 04:43:19 +00:00
regex_automaton.tcc re PR testsuite/61061 (FAIL: g++.dg/inherit/covariant7.C) 2014-07-01 03:05:45 +00:00
regex_compiler.h re PR libstdc++/63199 (Inserting std::wregex to std::vector loses some std::wregex values) 2014-09-25 04:43:19 +00:00
regex_compiler.tcc re PR libstdc++/63199 (Inserting std::wregex to std::vector loses some std::wregex values) 2014-09-25 04:43:19 +00:00
regex_constants.h Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
regex_error.h Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
regex_executor.h re PR libstdc++/63497 (std::regex can't handle [^class] correctly and cause runtime crash) 2014-10-23 03:15:52 +00:00
regex_executor.tcc re PR libstdc++/63497 (std::regex can't handle [^class] correctly and cause runtime crash) 2014-10-23 03:15:52 +00:00
regex_scanner.h re PR libstdc++/61424 (std::regex matches right to left, not leftmost longest) 2014-07-01 02:10:31 +00:00
regex_scanner.tcc re PR libstdc++/63219 (Superfluous template parameter in match_result::format overload) 2014-09-11 11:01:20 +01:00
shared_ptr.h Implement resolutions of LWG 2399, 2400 and 2401. 2014-11-12 19:41:36 +00:00
shared_ptr_base.h Implement resolutions of LWG 2399, 2400 and 2401. 2014-11-12 19:41:36 +00:00
slice_array.h Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
sstream.tcc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
stl_algo.h re PR libstdc++/61107 (stl_algo.h: std::__inplace_stable_partition() doesn't process the whole data range) 2014-11-11 21:21:10 +00:00
stl_algobase.h Implement SD-6: SG10 Feature Test Recommendations 2014-10-01 11:49:23 +00:00
stl_bvector.h Make std::vector<bool> meet C++11 allocator requirements. 2014-10-31 20:49:40 +00:00
stl_construct.h Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
stl_deque.h re PR libstdc++/63811 (r217322 breaks bootstrap) 2014-11-11 10:41:46 +00:00
stl_function.h stl_function.h: Generic associative lookup feature is not supported. 2014-10-02 12:38:41 +00:00
stl_heap.h Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
stl_iterator.h re PR libstdc++/61086 (ubsan detects undefined behaviour in the standard library) 2014-05-07 15:43:22 +01:00
stl_iterator_base_funcs.h Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
stl_iterator_base_types.h Define __void_t and SFINAE-friendly iterator_traits. 2014-11-11 23:57:35 +00:00
stl_list.h re PR libstdc++/61347 (std::distance(list.first(),list.end()) in O(1)) 2014-10-13 10:00:27 +00:00
stl_map.h re PR libstdc++/29988 (More stl_tree.h enhancements: improving operator=) 2014-09-24 19:55:35 +00:00
stl_multimap.h re PR libstdc++/29988 (More stl_tree.h enhancements: improving operator=) 2014-09-24 19:55:35 +00:00
stl_multiset.h re PR libstdc++/29988 (More stl_tree.h enhancements: improving operator=) 2014-09-24 19:55:35 +00:00
stl_numeric.h Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
stl_pair.h Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
stl_queue.h Include <bits/uses_allocator.h> in <stack> and <queue>. 2014-09-22 17:01:53 +01:00
stl_raw_storage_iter.h Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
stl_relops.h Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
stl_set.h re PR libstdc++/29988 (More stl_tree.h enhancements: improving operator=) 2014-09-24 19:55:35 +00:00
stl_stack.h Include <bits/uses_allocator.h> in <stack> and <queue>. 2014-09-22 17:01:53 +01:00
stl_tempbuf.h Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
stl_tree.h re PR libstdc++/63698 (std::set leaks nodes on assignment) 2014-11-05 19:16:13 +00:00
stl_uninitialized.h DR 1339 2014-09-25 16:27:18 +01:00
stl_vector.h DR 1339 2014-09-25 16:27:18 +01:00
stream_iterator.h Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
streambuf.tcc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
streambuf_iterator.h Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
stringfwd.h Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
unique_ptr.h Use aliases for type traits in C++14 mode. 2014-11-04 02:49:20 +00:00
unordered_map.h hashtable_policy.h (_Prime_rehash_policy): Constructor noexcept qualified. 2014-09-06 07:38:48 +00:00
unordered_set.h hashtable_policy.h (_Prime_rehash_policy): Constructor noexcept qualified. 2014-09-06 07:38:48 +00:00
uses_allocator.h Define __void_t and SFINAE-friendly iterator_traits. 2014-11-11 23:57:35 +00:00
valarray_after.h Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
valarray_array.h Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
valarray_array.tcc Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
valarray_before.h Update copyright years in libstdc++-v3/ 2014-01-02 22:30:10 +00:00
vector.tcc Make std::vector<bool> meet C++11 allocator requirements. 2014-10-31 20:49:40 +00:00