gcc/libstdc++-v3/include/bits
Jonathan Wakely 26bddba34a Fixes to Doxygen comments in libstdc++ headers
* include/bits/refwrap.h: Fix Doxygen warning.
	* include/bits/specfun.h: Likewise.
	* include/bits/std_function.h: Likewise.
	* include/bits/stl_algo.h (set_union, set_intersection)
	(set_difference, set_symmetric_difference): Add Doxygen @param tags
	for output iterator parameters.
	* include/bits/stl_iterator.h (inserter): Add Doxygen @param tag for
	iterator parameter.
	* include/std/mutex (try_lock, lock): Change Mutex to Lockable in
	Doxygen comments.

From-SVN: r248160
2017-05-17 17:02:33 +01:00
..
algorithmfwd.h
alloc_traits.h PR72792 detect allocator pointer types without invalid rebinding 2017-01-20 12:03:36 +00:00
allocated_ptr.h
allocator.h
atomic_base.h Adjust whitespace in <bits/atomic_base.h> 2017-02-11 21:08:06 +00:00
atomic_futex.h
basic_ios.h
basic_ios.tcc
basic_string.h PR libstdc++/79162 disambiguate assignment from string_view 2017-03-14 14:51:19 +00:00
basic_string.tcc PR libstdc++/79254 simplify exception-safety in copy assignment 2017-02-01 11:41:48 +00:00
boost_concept_check.h
c++0x_warning.h
c++14_warning.h
c++17_warning.h
c++config Bump version namespace. 2017-05-10 20:40:28 +00:00
char_traits.h Implement P0426R1 "Constexpr for std::char_traits" for C++17 (partial) 2017-04-03 18:15:53 +01:00
codecvt.h
concept_check.h
cpp_type_traits.h
deque.tcc
enable_special_members.h
forward_list.h
forward_list.tcc
fstream.tcc
functexcept.h
functional_hash.h Make poisoned hashes SFINAE away the call operator of the hash. 2017-01-21 17:38:23 +02:00
gslice_array.h
gslice.h
hashtable_policy.h PR libstdc++/79789 fix non-reserved names in headers 2017-03-02 03:43:49 +00:00
hashtable.h
indirect_array.h
invoke.h P0604R0 add invoke_result, is_invocable etc. for C++17 2017-03-10 15:29:38 +00:00
ios_base.h Fix comments in libstdc++ header and test 2017-04-03 18:16:06 +01:00
istream.tcc
list.tcc re PR libstdc++/80034 (unqualified calls to std::distance in std::list::sort) 2017-03-13 21:41:50 +02:00
locale_classes.h
locale_classes.tcc
locale_conv.h PR libstdc++/79980 fix BOM detection, maxcode checks, UCS2 handling 2017-03-16 15:27:51 +00:00
locale_facets_nonio.h
locale_facets_nonio.tcc
locale_facets.h
locale_facets.tcc
localefwd.h
mask_array.h PR libstdc++/79789 fix non-reserved names in headers 2017-03-02 03:43:49 +00:00
memoryfwd.h
move.h
node_handle.h Fix order and types of members in C++17 insert_return_type structs 2017-05-15 14:47:40 +01:00
ostream_insert.h
ostream.tcc
parse_numbers.h
postypes.h
predefined_ops.h PR78346 make <bits/predefined_ops.h> handle stashing iterators 2017-02-01 12:57:35 +00:00
ptr_traits.h PR72792 detect allocator pointer types without invalid rebinding 2017-01-20 12:03:36 +00:00
quoted_string.h
random.h PR69240 Define inequality operators for <random> param types 2017-01-20 15:28:48 +00:00
random.tcc PR libstdc++/80506 fix constant used in condition 2017-04-24 14:43:19 +01:00
range_access.h
refwrap.h Fixes to Doxygen comments in libstdc++ headers 2017-05-17 17:02:33 +01:00
regex_automaton.h
regex_automaton.tcc
regex_compiler.h
regex_compiler.tcc
regex_constants.h Implement P0607R0 "Inline Variables for Standard Library" for C++17 2017-03-23 19:40:07 +00:00
regex_error.h
regex_executor.h
regex_executor.tcc
regex_scanner.h
regex_scanner.tcc
regex.h Bump version namespace. 2017-05-10 20:40:28 +00:00
regex.tcc
shared_ptr_atomic.h
shared_ptr_base.h Fix forward declaration of std::type_info for versioned-namespace 2017-05-16 14:16:34 +01:00
shared_ptr.h Avoid deprecated warnings about std::auto_ptr in library headers 2017-04-21 14:08:51 +01:00
slice_array.h PR libstdc++/79789 fix non-reserved names in headers 2017-03-02 03:43:49 +00:00
specfun.h Fixes to Doxygen comments in libstdc++ headers 2017-05-17 17:02:33 +01:00
sstream.tcc
std_abs.h
std_function.h Fixes to Doxygen comments in libstdc++ headers 2017-05-17 17:02:33 +01:00
std_mutex.h Implement P0607R0 "Inline Variables for Standard Library" for C++17 2017-03-23 19:40:07 +00:00
stl_algo.h Fixes to Doxygen comments in libstdc++ headers 2017-05-17 17:02:33 +01:00
stl_algobase.h stl_algobase.h (std::__iter_swap<false>): Remove _GLIBCXX_MOVE usage. 2017-05-10 20:05:26 +00:00
stl_bvector.h
stl_construct.h PR libstdc++/80553 don't allow destroying non-destructible types 2017-04-28 13:56:53 +01:00
stl_deque.h stl_deque.h (deque): Access allocator value_type only if concept checks are enabled. 2017-03-20 20:51:40 +00:00
stl_function.h
stl_heap.h PR libstdc++/80064 make heap algorithms work with function types 2017-03-16 14:32:07 +00:00
stl_iterator_base_funcs.h
stl_iterator_base_types.h
stl_iterator.h Fixes to Doxygen comments in libstdc++ headers 2017-05-17 17:02:33 +01:00
stl_list.h stl_deque.h (deque): Access allocator value_type only if concept checks are enabled. 2017-03-20 20:51:40 +00:00
stl_map.h stl_deque.h (deque): Access allocator value_type only if concept checks are enabled. 2017-03-20 20:51:40 +00:00
stl_multimap.h stl_deque.h (deque): Access allocator value_type only if concept checks are enabled. 2017-03-20 20:51:40 +00:00
stl_multiset.h stl_deque.h (deque): Access allocator value_type only if concept checks are enabled. 2017-03-20 20:51:40 +00:00
stl_numeric.h
stl_pair.h re PR libstdc++/79141 (std::pair<int,int> p = {}; fails to compile due to ambiguous overload) 2017-04-03 19:30:58 +03:00
stl_queue.h stl_deque.h (deque): Access allocator value_type only if concept checks are enabled. 2017-03-20 20:51:40 +00:00
stl_raw_storage_iter.h
stl_relops.h
stl_set.h stl_deque.h (deque): Access allocator value_type only if concept checks are enabled. 2017-03-20 20:51:40 +00:00
stl_stack.h stl_deque.h (deque): Access allocator value_type only if concept checks are enabled. 2017-03-20 20:51:40 +00:00
stl_tempbuf.h
stl_tree.h Fix order and types of members in C++17 insert_return_type structs 2017-05-15 14:47:40 +01:00
stl_uninitialized.h PR libstdc++/80553 don't allow destroying non-destructible types 2017-04-28 13:56:53 +01:00
stl_vector.h stl_deque.h (deque): Access allocator value_type only if concept checks are enabled. 2017-03-20 20:51:40 +00:00
stream_iterator.h
streambuf_iterator.h
streambuf.tcc
string_view.tcc Fixes to Doxygen comments in libstdc++ headers 2017-05-17 17:02:33 +01:00
stringfwd.h
uniform_int_dist.h PR69240 Define inequality operators for <random> param types 2017-01-20 15:28:48 +00:00
unique_ptr.h Avoid deprecated warnings about std::auto_ptr in library headers 2017-04-21 14:08:51 +01:00
unordered_map.h
unordered_set.h
uses_allocator.h Implement P0607R0 "Inline Variables for Standard Library" for C++17 2017-03-23 19:40:07 +00:00
valarray_after.h
valarray_array.h
valarray_array.tcc
valarray_before.h
vector.tcc