gcc/libstdc++-v3/include/std
François Dumont 8f1802003d libstdc++: Remove obsolete comment in <string> header
The comment is obsolete because char_traits.h do not include stl_algobase.h
anymore and stl_algobase.h is included directly from <string> a few lines
below.

libstdc++-v3/ChangeLog:

	* include/std/string: Remove obsolete comment about char_traits.h including
	stl_algobase.h.
2022-07-09 14:18:15 +02:00
..
algorithm Update copyright years. 2022-01-03 10:42:10 +01:00
any libstdc++: Simplify constraints for std::any construction [PR104242] 2022-03-18 15:40:03 +00:00
array libstdc++: Add always_inline to the simplest std::array accessors [PR104719] 2022-05-04 16:24:56 +01:00
atomic libstdc++: Use type_identity_t for non-deducible std::atomic_xxx args 2022-06-13 16:39:07 +01:00
barrier Update copyright years. 2022-01-03 10:42:10 +01:00
bit libstdc++: Add more doxygen comments in <bit> 2022-03-25 20:21:48 +00:00
bitset Update copyright years. 2022-01-03 10:42:10 +01:00
charconv libstdc++: Avoid ASCII assumptions in floating_from_chars.cc 2022-04-21 12:11:01 -04:00
chrono Update copyright years. 2022-01-03 10:42:10 +01:00
codecvt Update copyright years. 2022-01-03 10:42:10 +01:00
complex libstdc++: Ensure all feature test macros have type long [PR87193] 2022-01-21 16:07:34 +00:00
concepts Update copyright years. 2022-01-03 10:42:10 +01:00
condition_variable libstdc++: Add macros for the inline namespace std::_V2 2022-05-13 13:32:22 +01:00
coroutine libstdc++: Install <coroutine> header for freestanding [PR103726] 2022-01-11 13:28:46 +00:00
deque libstdc++: Ensure pmr aliases work without <memory_resource> 2022-05-19 23:38:23 +01:00
execution Update copyright years. 2022-01-03 10:42:10 +01:00
expected libstdc++: Fix constraints on std::expected<void, E> constructor [PR105153] 2022-04-08 18:30:07 +01:00
filesystem libstdc++: Ensure all feature test macros have type long [PR87193] 2022-01-21 16:07:34 +00:00
forward_list libstdc++: Ensure pmr aliases work without <memory_resource> 2022-05-19 23:38:23 +01:00
fstream Update copyright years. 2022-01-03 10:42:10 +01:00
functional libstdc++: Ensure all feature test macros have type long [PR87193] 2022-01-21 16:07:34 +00:00
future libstdc++: Add attributes to <system_error> and related 2022-05-17 20:50:31 +01:00
iomanip libstdc++: Ensure all feature test macros have type long [PR87193] 2022-01-21 16:07:34 +00:00
ios Update copyright years. 2022-01-03 10:42:10 +01:00
iosfwd libstdc++: Add <spanstream> declarations to <iosfwd> [PR105284] 2022-05-10 16:40:22 +01:00
iostream Update copyright years. 2022-01-03 10:42:10 +01:00
istream Update copyright years. 2022-01-03 10:42:10 +01:00
iterator Update copyright years. 2022-01-03 10:42:10 +01:00
latch Update copyright years. 2022-01-03 10:42:10 +01:00
limits Update copyright years. 2022-01-03 10:42:10 +01:00
list libstdc++: Ensure pmr aliases work without <memory_resource> 2022-05-19 23:38:23 +01:00
locale Update copyright years. 2022-01-03 10:42:10 +01:00
map libstdc++: Ensure pmr aliases work without <memory_resource> 2022-05-19 23:38:23 +01:00
memory Update copyright years. 2022-01-03 10:42:10 +01:00
memory_resource libstdc++: Ensure pmr aliases work without <memory_resource> 2022-05-19 23:38:23 +01:00
mutex libstdc++: Improve doxygen docs for <mutex> 2022-05-13 13:32:23 +01:00
numbers Update copyright years. 2022-01-03 10:42:10 +01:00
numeric libstdc++: Make std::lcm and std::gcd detect overflow [PR105844] 2022-06-10 15:24:29 +01:00
optional libstdc++: Fix missing and incorrect feature test macros [PR105269] 2022-04-14 11:02:37 +01:00
ostream libstdc++: Optimize std::ostream inserters for single characters 2022-01-11 13:28:46 +00:00
queue Update copyright years. 2022-01-03 10:42:10 +01:00
random Update copyright years. 2022-01-03 10:42:10 +01:00
ranges libstdc++: Implement P2415R2 changes to viewable_range / views::all 2022-02-22 09:37:58 -05:00
ratio Update copyright years. 2022-01-03 10:42:10 +01:00
regex libstdc++: Ensure pmr aliases work without <memory_resource> 2022-05-19 23:38:23 +01:00
scoped_allocator libstdc++: Improve doxygen docs for some of <memory> 2022-05-13 13:32:23 +01:00
semaphore Update copyright years. 2022-01-03 10:42:10 +01:00
set libstdc++: Ensure pmr aliases work without <memory_resource> 2022-05-19 23:38:23 +01:00
shared_mutex Update copyright years. 2022-01-03 10:42:10 +01:00
source_location libstdc++: Tweak source_location for clang trunk [PR105128] 2022-04-02 12:49:38 +02:00
span Update copyright years. 2022-01-03 10:42:10 +01:00
spanstream libstdc++: Add <spanstream> declarations to <iosfwd> [PR105284] 2022-05-10 16:40:22 +01:00
sstream libstdc++: Mark non-exported function always_inline [PR105671] 2022-05-27 15:21:07 +01:00
stack Update copyright years. 2022-01-03 10:42:10 +01:00
stacktrace libstdc++: Avoid including <cstdint> for std::char_traits 2022-05-19 23:39:21 +01:00
stdexcept Update copyright years. 2022-01-03 10:42:10 +01:00
stop_token Update copyright years. 2022-01-03 10:42:10 +01:00
streambuf Update copyright years. 2022-01-03 10:42:10 +01:00
string libstdc++: Remove obsolete comment in <string> header 2022-07-09 14:18:15 +02:00
string_view libstdc++: Limit new basic_string(nullptr_t) constructor to C++23 [PR104099] 2022-01-18 20:41:46 +00:00
syncstream libstdc++: Add <syncstream> declarations to <iosfwd> [PR105284] 2022-05-10 16:40:22 +01:00
system_error libstdc++: Add attributes to <system_error> and related 2022-05-17 20:50:31 +01:00
thread libstdc++: Improve doxygen docs for <thread> and <future> 2022-05-13 13:32:23 +01:00
tuple libstdc++: Ensure all feature test macros have type long [PR87193] 2022-01-21 16:07:34 +00:00
type_traits libstdc++: Ensure all feature test macros have type long [PR87193] 2022-01-21 16:07:34 +00:00
typeindex Update copyright years. 2022-01-03 10:42:10 +01:00
unordered_map libstdc++: Refactor includes for unordered containers 2022-05-26 10:44:45 +01:00
unordered_set libstdc++: Refactor includes for unordered containers 2022-05-26 10:44:45 +01:00
utility libstdc++: Implement std::unreachable() for C++23 (P0627R6) 2022-04-01 13:17:18 +01:00
valarray Update copyright years. 2022-01-03 10:42:10 +01:00
variant libstdc++: Simplify std::variant construction using variable templates 2022-06-27 11:08:16 +01:00
vector libstdc++: Ensure pmr aliases work without <memory_resource> 2022-05-19 23:38:23 +01:00
version libstdc++: Implement constexpr std::unique_ptr for C++23 (P2273R3) 2022-04-25 16:16:33 +01:00