gcc/libstdc++-v3/include/bits
Jonathan Wakely 5a5d7c2c80 libstdc++: Add Doxygen comments to contents of <functional>
libstdc++-v3/ChangeLog:

	* include/bits/mofunc_impl.h: Add doxygen comments.
	* include/std/functional: Likewise.
2021-10-21 22:24:53 +01:00
..
algorithmfwd.h
align.h
alloc_traits.h libstdc++: Suppress Doxygen docs for more implementation details 2021-10-21 22:23:00 +01:00
allocated_ptr.h libstdc++: Suppress Doxygen docs for more implementation details 2021-10-21 22:23:00 +01:00
allocator.h libstdc++: Fix std::allocator<void> for versioned namespace 2021-08-28 14:37:19 +01:00
atomic_base.h libstdc++: Add std::__conditional_t alias template 2021-10-01 20:34:49 +01:00
atomic_futex.h libstdc++: Move C++14 <chrono> components to new <bits/chrono.h> header 2021-10-07 21:12:32 +01:00
atomic_timed_wait.h libstdc++: Add wrapper for internal uses of std::terminate 2021-10-11 20:35:51 +01:00
atomic_wait.h libstdc++: Avoid use of hardware interference non-constant [PR102377] 2021-10-07 18:35:16 +01:00
basic_ios.h
basic_ios.tcc libstdc++: Implement LWG 581 for std:ostream::flush() 2021-06-25 18:47:39 +01:00
basic_string.h libstdc++: Define std::basic_string::resize_and_overwrite for C++23 (P1072R10) 2021-10-16 00:44:16 +01:00
basic_string.tcc libstdc++: Define std::basic_string::resize_and_overwrite for C++23 (P1072R10) 2021-10-16 00:44:16 +01:00
boost_concept_check.h libstdc++: Fix _ForwardIteratorConcept for __gnu_debug::vector<bool> 2021-10-01 15:04:02 +01:00
c++0x_warning.h
c++config libstdc++: Ensure language linkage of std::__terminate() 2021-10-13 10:42:45 +01:00
char_traits.h libstdc++: Always define typedefs and hash functions for wide strings [PR 98725] 2021-10-09 00:57:49 +01:00
charconv.h
chrono.h libstdc++: Move C++14 <chrono> components to new <bits/chrono.h> header 2021-10-07 21:12:32 +01:00
codecvt.h
concept_check.h
cow_string.h libstdc++: Disable std::string{,_view} construction from nullptr (P2166R1) 2021-10-04 15:23:28 +01:00
cpp_type_traits.h libstdc++: Use __extension__ instead of diagnostic pragmas 2021-07-16 15:03:03 +01:00
deque.tcc
enable_special_members.h libstdc++: Suppress Doxygen docs for more implementation details 2021-10-21 22:23:00 +01:00
erase_if.h libstdc++: Avoid debug checks in uniform container erasure functions 2021-10-07 17:52:04 +01:00
forward_list.h libstdc++: Implement P1518R2 for container deduction guides 2021-10-04 15:23:28 +01:00
forward_list.tcc
fs_dir.h
fs_fwd.h libstdc++: Move C++14 <chrono> components to new <bits/chrono.h> header 2021-10-07 21:12:32 +01:00
fs_ops.h
fs_path.h libstdc++: Fix error in filesystem::path with Clang 2021-10-16 00:44:28 +01:00
fstream.tcc
functexcept.h
functional_hash.h libstdc++: Use __extension__ instead of diagnostic pragmas 2021-07-16 15:03:03 +01:00
gslice_array.h
gslice.h
hashtable_policy.h libstdc++: Suppress Doxygen docs for more implementation details 2021-10-21 22:23:00 +01:00
hashtable.h libstdc++: Suppress Doxygen docs for more implementation details 2021-10-21 22:23:00 +01:00
indirect_array.h
invoke.h
ios_base.h
istream.tcc libstdc++: Implement LWG 415 for std::ws 2021-06-28 13:34:49 +01:00
iterator_concepts.h libstdc++: Add [[nodiscard]] to iterators and related utilities 2021-08-04 12:54:28 +01:00
list.tcc libstdc++: Allow stateful allocators in std::list::sort [PR 66742] 2021-10-01 20:36:56 +01:00
locale_classes.h
locale_classes.tcc
locale_conv.h libstdc++: Define std::wstring_convert unconditionally [PR 98725] 2021-10-09 00:57:49 +01:00
locale_facets_nonio.h
locale_facets_nonio.tcc
locale_facets.h
locale_facets.tcc
localefwd.h
mask_array.h
max_size_type.h libstdc++: Simplify numeric_limits<__max_size_type> 2021-07-16 15:03:03 +01:00
memoryfwd.h
mofunc_impl.h libstdc++: Add Doxygen comments to contents of <functional> 2021-10-21 22:24:53 +01:00
move_only_function.h libstdc++: Implement std::move_only_function for C++23 (P0288R9) 2021-10-06 20:12:01 +01:00
move.h libstdc++: Add std::__conditional_t alias template 2021-10-01 20:34:49 +01:00
node_handle.h libstdc++: Suppress Doxygen docs for more implementation details 2021-10-21 22:23:00 +01:00
ostream_insert.h
ostream.tcc libstdc++: Avoid intercepting exception in ostream::write 2021-06-25 18:47:44 +01:00
parse_numbers.h libstdc++: Add std::__conditional_t alias template 2021-10-01 20:34:49 +01:00
postypes.h
predefined_ops.h
ptr_traits.h libstdc++: Add std::__conditional_t alias template 2021-10-01 20:34:49 +01:00
quoted_string.h
random.h libstdc++: Modernize <bits/random.h> helpers 2021-07-16 15:03:03 +01:00
random.tcc libstdc++: Optimize std::seed_seq construction 2021-08-17 16:53:19 +01:00
range_access.h libstdc++: Remove redundant 'inline' specifiers 2021-09-24 15:38:44 +01:00
ranges_algo.h libstdc++: Add missing std::move to ranges::copy/move/reverse_copy [PR101599] 2021-08-02 15:30:15 -04:00
ranges_algobase.h libstdc++: Reduce header dependencies of <algorithm> in C++20 [PR 92546] 2021-10-08 15:00:06 +01:00
ranges_base.h libstdc++: Implement LWG 3481 change to ranges::viewable_range 2021-10-20 21:34:18 -04:00
ranges_cmp.h
ranges_uninitialized.h libstdc++: Use std::addressof in ranges::uninitialized_xxx [PR101571] 2021-07-22 14:37:24 +01:00
ranges_util.h libstdc++: Implement P1739R4 changes to views::take/drop/counted 2021-10-21 11:55:16 -04:00
refwrap.h libstdc++: Reduce header dependencies for C++20 std::erase [PR92546] 2021-10-01 20:37:02 +01:00
regex_automaton.h libstdc++: Remove obfuscating typedefs in <regex> 2021-09-28 20:38:58 +01:00
regex_automaton.tcc libstdc++: Reduce use of debug containers in <regex> 2021-08-09 20:46:56 +01:00
regex_compiler.h libstdc++: Add std::__conditional_t alias template 2021-10-01 20:34:49 +01:00
regex_compiler.tcc libstdc++: Check for invalid syntax_option_type values in <regex> 2021-09-29 13:48:15 +01:00
regex_constants.h libstdc++: Define basic_regex::multiline for non-strict modes 2021-10-01 15:04:03 +01:00
regex_error.h libstdc++: Check for invalid syntax_option_type values in <regex> 2021-09-29 13:48:15 +01:00
regex_executor.h libstdc++: Implement std::regex_constants::multiline (LWG 2503) 2021-09-29 13:48:19 +01:00
regex_executor.tcc libstdc++: Tweaks to <regex> to avoid warnings 2021-09-28 20:38:58 +01:00
regex_scanner.h libstdc++: Remove obfuscating typedefs in <regex> 2021-09-28 20:38:58 +01:00
regex_scanner.tcc libstdc++: Add valid range assertions to std::basic_regex [PR89927] 2021-10-11 20:34:16 +01:00
regex.h libstdc++: Use more descriptive feature test macro 2021-10-14 15:12:33 +01:00
regex.tcc libstdc++: Reduce use of debug containers in <regex> 2021-08-09 20:46:56 +01:00
semaphore_base.h libstdc++: Add wrapper for internal uses of std::terminate 2021-10-11 20:35:51 +01:00
shared_ptr_atomic.h
shared_ptr_base.h libstdc++: Add std::__conditional_t alias template 2021-10-01 20:34:49 +01:00
shared_ptr.h libstdc++: Improve doxygen docs for smart pointers 2021-08-19 13:02:12 +01:00
slice_array.h
specfun.h
sstream.tcc
std_abs.h libstdc++: Use __extension__ instead of diagnostic pragmas 2021-07-16 15:03:03 +01:00
std_function.h libstdc++: Add noexcept to some std::function internals 2021-10-05 09:35:47 +01:00
std_mutex.h
std_thread.h libstdc++: Add wrapper for internal uses of std::terminate 2021-10-11 20:35:51 +01:00
stl_algo.h libstdc++: Reduce header dependencies for C++20 std::erase [PR92546] 2021-10-01 20:37:02 +01:00
stl_algobase.h libstdc++: Reduce header dependencies for C++20 std::erase [PR92546] 2021-10-01 20:37:02 +01:00
stl_bvector.h libstdc++: Implement P1518R2 for container deduction guides 2021-10-04 15:23:28 +01:00
stl_construct.h libstdc++: Add missing constexpr to std::optional (P2231R1) 2021-10-14 09:08:01 +01:00
stl_deque.h libstdc++: Implement P1518R2 for container deduction guides 2021-10-04 15:23:28 +01:00
stl_function.h libstdc++: Improve doxygen comments in <bits/stl_function.h> 2021-08-18 15:07:16 +01:00
stl_heap.h
stl_iterator_base_funcs.h libstdc++: Improve diagnostics for misuses of output iterators 2021-10-12 16:05:15 +01:00
stl_iterator_base_types.h
stl_iterator.h libstdc++: missing constexpr for __[nm]iter_base [PR102358] 2021-10-21 12:13:35 -04:00
stl_list.h libstdc++: Implement P1518R2 for container deduction guides 2021-10-04 15:23:28 +01:00
stl_map.h libstdc++: Implement P1518R2 for container deduction guides 2021-10-04 15:23:28 +01:00
stl_multimap.h libstdc++: Implement P1518R2 for container deduction guides 2021-10-04 15:23:28 +01:00
stl_multiset.h libstdc++: Implement P1518R2 for container deduction guides 2021-10-04 15:23:28 +01:00
stl_numeric.h
stl_pair.h libstdc++: Add std::__conditional_t alias template 2021-10-01 20:34:49 +01:00
stl_queue.h libstdc++: Update __cpp_lib_adaptor_iterator_pair_constructor value 2021-10-05 09:35:46 +01:00
stl_raw_storage_iter.h
stl_relops.h libstdc++: Update documentation comments for namespace rel_ops 2021-07-23 11:22:10 +01:00
stl_set.h libstdc++: Implement P1518R2 for container deduction guides 2021-10-04 15:23:28 +01:00
stl_stack.h libstdc++: Fix std::stack deduction guide 2021-10-19 15:01:16 +01:00
stl_tempbuf.h
stl_tree.h libstdc++: Add std::__conditional_t alias template 2021-10-01 20:34:49 +01:00
stl_uninitialized.h libstdc++: Fix comment typo 2021-08-28 11:52:22 +01:00
stl_vector.h libstdc++: Implement P1518R2 for container deduction guides 2021-10-04 15:23:28 +01:00
stream_iterator.h libstdc++: Add noexcept to istream_iterator and ostream_iterator 2021-10-01 15:04:02 +01:00
streambuf_iterator.h libstdc++: Add [[nodiscard]] to iterators and related utilities 2021-08-04 12:54:28 +01:00
streambuf.tcc libstdc++: Remove redundant explicit instantiations 2021-06-28 15:16:08 +01:00
string_view.tcc
stringfwd.h libstdc++: Always define typedefs and hash functions for wide strings [PR 98725] 2021-10-09 00:57:49 +01:00
this_thread_sleep.h libstdc++: Move C++14 <chrono> components to new <bits/chrono.h> header 2021-10-07 21:12:32 +01:00
uniform_int_dist.h libstdc++: Use __extension__ instead of diagnostic pragmas 2021-07-16 15:03:03 +01:00
unique_lock.h libstdc++: Move C++14 <chrono> components to new <bits/chrono.h> header 2021-10-07 21:12:32 +01:00
unique_ptr.h libstdc++: Add std::__conditional_t alias template 2021-10-01 20:34:49 +01:00
unordered_map.h
unordered_set.h
uses_allocator_args.h
uses_allocator.h libstdc++: Suppress Doxygen docs for more implementation details 2021-10-21 22:23:00 +01:00
utility.h libstdc++: Simplify constraints for std::any construction 2021-10-05 15:56:56 +01:00
valarray_after.h
valarray_array.h
valarray_array.tcc
valarray_before.h
vector.tcc libstdc++: Do not allocate a zero-size vector<bool> [PR 100153] 2021-10-01 20:34:46 +01:00