gcc/libstdc++-v3/include/std
Jonathan Wakely c05ab418b3 Improve API docs for <memory> and <scoped_allocator>
* config/allocator/new_allocator_base.h (__allocator_base): Add
	workaround for Doxygen bug #6945.
	* include/std/memory: Improve docs. Define group for pointer safety.
	* include/std/scoped_allocator: Improve docs. Use "undocumented"
	conditional to suppress documentation for implementation details.

From-SVN: r270807
2019-05-02 16:45:04 +01:00
..
algorithm Integrate C++17 parallel algorithms 2019-03-21 23:48:49 +00:00
any Use __and_v<...> instead of __and_<...>::value 2019-04-24 17:25:21 +01:00
array Fix after P0600. 2019-01-21 11:47:30 +00:00
atomic re PR libstdc++/89641 (std::atomic<T> no longer works) 2019-03-11 12:49:13 +01:00
bit Update copyright years. 2019-01-01 13:31:55 +01:00
bitset Update copyright years. 2019-01-01 13:31:55 +01:00
charconv P0482R5 char8_t: Standard library support 2019-02-19 02:54:42 +00:00
chrono Improve Doxygen docs for nested namespaces 2019-05-02 16:44:55 +01:00
codecvt Update copyright years. 2019-01-01 13:31:55 +01:00
complex PR libstdc++/61761 fix std::proj for targets without C99 cproj 2019-05-01 01:08:36 +01:00
condition_variable Update copyright years. 2019-01-01 13:31:55 +01:00
deque Define __cpp_lib_erase_if feature test macro 2019-01-10 13:49:31 +00:00
execution Integrate C++17 parallel algorithms 2019-03-21 23:48:49 +00:00
filesystem Update copyright years. 2019-01-01 13:31:55 +01:00
forward_list Avoid ambiguity between C++2a std::erase_if and LFTS version 2019-01-29 00:47:38 +00:00
fstream Update copyright years. 2019-01-01 13:31:55 +01:00
functional Improve Doxygen docs for nested namespaces 2019-05-02 16:44:55 +01:00
future Fix after P0600. 2019-01-21 11:47:30 +00:00
iomanip Update copyright years. 2019-01-01 13:31:55 +01:00
ios Update copyright years. 2019-01-01 13:31:55 +01:00
iosfwd Update copyright years. 2019-01-01 13:31:55 +01:00
iostream Update copyright years. 2019-01-01 13:31:55 +01:00
istream Update copyright years. 2019-01-01 13:31:55 +01:00
iterator Fix more missing or incorrect feature test macros 2019-01-15 12:58:19 +00:00
limits P0482R5 char8_t: Standard library support 2019-02-19 02:54:42 +00:00
list Avoid ambiguity between C++2a std::erase_if and LFTS version 2019-01-29 00:47:38 +00:00
locale Update copyright years. 2019-01-01 13:31:55 +01:00
map Update copyright years. 2019-01-01 13:31:55 +01:00
memory Improve API docs for <memory> and <scoped_allocator> 2019-05-02 16:45:04 +01:00
memory_resource Implement polymorphic_allocator<byte> for C++20 (P0339R6) 2019-03-04 12:21:06 +00:00
mutex Update copyright years. 2019-01-01 13:31:55 +01:00
numeric Use __and_v<...> instead of __and_<...>::value 2019-04-24 17:25:21 +01:00
optional Add constexpr to std::optional::value_or(U&&)&& 2019-04-17 14:13:30 +01:00
ostream Implement LWG 2221: formatted output operator for nullptr 2019-01-10 13:14:57 +00:00
queue Update copyright years. 2019-01-01 13:31:55 +01:00
random Update copyright years. 2019-01-01 13:31:55 +01:00
ratio Update copyright years. 2019-01-01 13:31:55 +01:00
regex Update copyright years. 2019-01-01 13:31:55 +01:00
scoped_allocator Improve API docs for <memory> and <scoped_allocator> 2019-05-02 16:45:04 +01:00
set Update copyright years. 2019-01-01 13:31:55 +01:00
shared_mutex Update copyright years. 2019-01-01 13:31:55 +01:00
sstream Update copyright years. 2019-01-01 13:31:55 +01:00
stack Update copyright years. 2019-01-01 13:31:55 +01:00
stdexcept Update copyright years. 2019-01-01 13:31:55 +01:00
streambuf Update copyright years. 2019-01-01 13:31:55 +01:00
string Define std::hash specializations for C++17 PMR strings 2019-04-03 10:47:47 +01:00
string_view Fix basic_string_view typedefs and enforce preconditions 2019-04-24 16:17:53 +01:00
system_error Update copyright years. 2019-01-01 13:31:55 +01:00
thread Improve Doxygen docs for nested namespaces 2019-05-02 16:44:55 +01:00
tuple Adding noexcept-specification on tuple constructors (LWG 2899) 2019-04-29 00:17:50 +03:00
type_traits Finish implementing "Treating Unnecessary decay" (P0777R1) 2019-04-24 17:25:17 +01:00
typeindex Update copyright years. 2019-01-01 13:31:55 +01:00
unordered_map Update copyright years. 2019-01-01 13:31:55 +01:00
unordered_set Update copyright years. 2019-01-01 13:31:55 +01:00
utility Update copyright years. 2019-01-01 13:31:55 +01:00
valarray Update copyright years. 2019-01-01 13:31:55 +01:00
variant Implement LWG 2904 for std::variant assignment 2019-04-24 00:01:12 +01:00
vector Ensure pool resources always use normal mode vector 2019-01-29 00:47:25 +00:00
version Integrate C++17 parallel algorithms 2019-03-21 23:48:49 +00:00