gcc/libstdc++-v3/include/std
Jonathan Wakely 7dbf96e2a2 libstdc++: Fix typos in copyright notice
It looks like I did a s/a/__a/ substition in one of these headers, and
then copied it to the other one.

libstdc++-v3/ChangeLog:

	* include/std/concepts: Fix typos in copyright notice.
	* include/std/ranges: Likewise.
2020-10-15 19:20:21 +01:00
..
algorithm libstdc++: Implement C++20 constrained algorithms 2020-02-06 20:08:34 -05:00
any libstdc++: Fix constructor constraints for std::any (PR 90415) 2020-04-24 00:54:20 +01:00
array libstdc++: Fix three-way comparison for std::array [PR 96851] 2020-09-02 15:32:11 +01:00
atomic libstdc++: Break long lines to fit in 80 columns 2020-08-05 22:48:17 +01:00
bit libstdc++: Replace __int_limits with __numeric_traits_integer 2020-07-07 23:36:29 +01:00
bitset libstdc++: Add comparison operators to types from Utilities clause 2020-04-15 19:47:48 +01:00
charconv libstdc++: Add std::from_chars for floating-point types 2020-07-20 23:49:27 +01:00
chrono libstdc++: Fix chrono::__detail::ceil to work with C++11 2020-09-11 19:59:11 +01:00
codecvt Update copyright years. 2020-01-01 12:51:42 +01:00
complex libstdc++: Fix -Wmismatched-tags warnings (PR 96063) 2020-07-06 17:12:29 +01:00
concepts libstdc++: Fix typos in copyright notice 2020-10-15 19:20:21 +01:00
condition_variable libstdc++: Avoid rounding errors on custom clocks in condition_variable 2020-09-11 14:28:50 +01:00
coroutine libstdc++, coroutine: Add missing constexpr markers. 2020-07-17 19:51:09 +01:00
deque libstdc++: Update __cpp_lib_erase_if macro (P1115R3) 2020-02-15 10:25:23 +00:00
execution libstdc++: Define __cpp_lib_execution feature test macro 2020-04-22 22:54:35 +01:00
filesystem Update copyright years. 2020-01-01 12:51:42 +01:00
forward_list libstdc++: Update __cpp_lib_erase_if macro (P1115R3) 2020-02-15 10:25:23 +00:00
fstream Update copyright years. 2020-01-01 12:51:42 +01:00
functional libstdc++: Introduce new headers for C++20 ranges components 2020-09-22 15:45:54 +01:00
future libstdc++: Adjust static assertions in futures and promises [LWG 3466] 2020-08-25 15:52:57 +01:00
iomanip Update copyright years. 2020-01-01 12:51:42 +01:00
ios Update copyright years. 2020-01-01 12:51:42 +01:00
iosfwd Update copyright years. 2020-01-01 12:51:42 +01:00
iostream Update copyright years. 2020-01-01 12:51:42 +01:00
istream libstdc++: Adjust overflow prevention to operator>> 2020-08-06 18:26:45 +01:00
iterator Update copyright years. 2020-01-01 12:51:42 +01:00
limits libstdc++: Make __int128 meet integer-class requirements [PR 96042] 2020-08-19 16:49:07 +01:00
list libstdc++: Update __cpp_lib_erase_if macro (P1115R3) 2020-02-15 10:25:23 +00:00
locale Update copyright years. 2020-01-01 12:51:42 +01:00
map Update copyright years. 2020-01-01 12:51:42 +01:00
memory libstdc++: only pull in bits/align.h if C++11 or later 2020-09-11 14:08:13 -07:00
memory_resource libstdc++: Make allocators throw bad_array_new_length on overflow [LWG 3190] 2020-10-05 15:18:56 +01:00
mutex libstdc++: Define and use chrono::is_clock for C++20 2020-03-25 22:07:02 +00:00
numbers Update copyright years. 2020-01-01 12:51:42 +01:00
numeric libstdc++: Minor header cleanup in <numeric> 2020-10-05 22:46:46 +01:00
optional libstdc++: Cleanup whitespace and type trait usage in <optional> 2020-07-06 21:55:50 +01:00
ostream Update copyright years. 2020-01-01 12:51:42 +01:00
queue Update copyright years. 2020-01-01 12:51:42 +01:00
random Update copyright years. 2020-01-01 12:51:42 +01:00
ranges libstdc++: Fix typos in copyright notice 2020-10-15 19:20:21 +01:00
ratio Update copyright years. 2020-01-01 12:51:42 +01:00
regex libstdc++: Reduce uses of std::numeric_limits 2020-10-06 00:05:11 +01:00
scoped_allocator libstdc++: Add comparison operators to types from Utilities clause 2020-04-15 19:47:48 +01:00
set Update copyright years. 2020-01-01 12:51:42 +01:00
shared_mutex libstdc++: Define and use chrono::is_clock for C++20 2020-03-25 22:07:02 +00:00
span libstdc++: Introduce new headers for C++20 ranges components 2020-09-22 15:45:54 +01:00
sstream libstdc++: Fix unspecified comparison to null pointer [PR 97415] 2020-10-14 18:55:14 +01:00
stack Update copyright years. 2020-01-01 12:51:42 +01:00
stdexcept Update copyright years. 2020-01-01 12:51:42 +01:00
stop_token libstdc++: Fix <stop_token> to compile without gthreads 2020-08-11 16:16:21 +01:00
streambuf libstdc++: Add deprecated attributes to old iostream members 2020-08-19 12:13:23 +01:00
string libstdc++: Update __cpp_lib_erase_if macro (P1115R3) 2020-02-15 10:25:23 +00:00
string_view libstdc++: Reduce uses of std::numeric_limits 2020-10-06 00:05:11 +01:00
system_error libstdc++: Fix -Wmismatched-tags warnings (PR 96063) 2020-07-06 17:12:29 +01:00
thread libstdc++: Remove redundant copying of std::async arguments [PR 69724] 2020-08-18 14:28:38 +01:00
tuple libstdc++: Use correct argument type for __use_alloc, again [PR 96803] 2020-09-22 08:42:18 +01:00
type_traits libstdc++: Use __is_same instead of __is_same_as 2020-09-30 18:41:12 +01:00
typeindex libstdc++: Add spaceship operator to std::type_index 2020-04-15 19:47:47 +01:00
unordered_map Update copyright years. 2020-01-01 12:51:42 +01:00
unordered_set Update copyright years. 2020-01-01 12:51:42 +01:00
utility libstdc++: Replace __int_limits with __numeric_traits_integer 2020-07-07 23:36:29 +01:00
valarray libstdc++: Fix -Wmismatched-tags warnings (PR 96063) 2020-07-06 17:12:29 +01:00
variant libstdc++: Fix variant build on 32-bit targets [PR95904] 2020-10-10 14:03:00 +03:00
vector libstdc++: Update __cpp_lib_erase_if macro (P1115R3) 2020-02-15 10:25:23 +00:00
version libstdc++: Fix macro redefinition warnings 2020-09-10 18:51:24 +01:00