gcc/libstdc++-v3/include/std
Jonathan Wakely 070b4df8a0 libstdc++: Replace reserved identifier _T with _Tp (PR 94901)
The libstdc++ manual documents that _T can not be used, because it's a
macro in system headers on some targets.

	PR libstdc++/94901
	* include/std/type_traits (__is_complete_or_unbounded): Replace
	BADNAME _T with _Tp.
	* testsuite/17_intro/badnames.cc: New test.
2020-05-01 13:41:02 +01:00
..
algorithm
any libstdc++: Fix constructor constraints for std::any (PR 90415) 2020-04-24 00:54:20 +01:00
array
atomic libstdc++: Add missing feature test macros 2020-04-22 22:54:34 +01:00
bit
bitset libstdc++: Add comparison operators to types from Utilities clause 2020-04-15 19:47:48 +01:00
charconv libstdc++: Add comparison operators to <charconv> result types 2020-04-08 16:16:10 +01:00
chrono libstdc++: Add comparison operators to <chrono> types 2020-04-18 00:47:45 +01:00
codecvt
complex libstdc++: Add comparison operators to types from Numerics clause 2020-04-08 16:51:59 +01:00
concepts libstdc++: Update __cpp_lib_concepts value 2020-04-22 22:54:34 +01:00
condition_variable libstdc++: Update value of __cpp_lib_jthread macro 2020-04-22 22:54:34 +01:00
coroutine coroutines: Fix handling of non-class coroutine returns [PR94759] 2020-04-28 02:07:37 +01:00
deque
execution libstdc++: Define __cpp_lib_execution feature test macro 2020-04-22 22:54:35 +01:00
filesystem
forward_list
fstream
functional libstdc++: Rename __cpp_lib_constexpr_invoke macro 2020-04-22 22:54:34 +01:00
future libstdc++: Define and use chrono::is_clock for C++20 2020-03-25 22:07:02 +00:00
iomanip
ios
iosfwd
iostream
istream
iterator
limits
list
locale
map
memory libstdc++: Add missing feature test macros 2020-04-22 22:54:34 +01:00
memory_resource libstdc++: Add missing feature test macros 2020-04-22 22:54:34 +01:00
mutex libstdc++: Define and use chrono::is_clock for C++20 2020-03-25 22:07:02 +00:00
numbers
numeric libstdc++: P1645R1 constexpr for <numeric> algorithms 2020-02-26 10:23:17 -05:00
optional libstdc++: Define <=> for tuple, optional and variant 2020-02-21 17:12:39 +00:00
ostream
queue
random
ranges libstdc++: Fix subrange::advance and subrange::prev (LWG 3433) 2020-04-28 16:43:23 -04:00
ratio
regex
scoped_allocator libstdc++: Add comparison operators to types from Utilities clause 2020-04-15 19:47:48 +01:00
set
shared_mutex libstdc++: Define and use chrono::is_clock for C++20 2020-03-25 22:07:02 +00:00
span libstdc++: enable_view has false positives (LWG 3326) 2020-02-24 12:15:05 +00:00
sstream
stack
stdexcept
stop_token libstdc++: Update value of __cpp_lib_jthread macro 2020-04-22 22:54:34 +01:00
streambuf
string
string_view libstdc++: Fixes for feature test macros (PR 91480) 2020-04-28 23:40:18 +01:00
system_error
thread libstdc++: Define and use chrono::is_clock for C++20 2020-03-25 22:07:02 +00:00
tuple libstdc++: Fixes for feature test macros (PR 91480) 2020-04-28 23:40:18 +01:00
type_traits libstdc++: Replace reserved identifier _T with _Tp (PR 94901) 2020-05-01 13:41:02 +01:00
typeindex libstdc++: Add spaceship operator to std::type_index 2020-04-15 19:47:47 +01:00
unordered_map
unordered_set
utility libstdc++: Do not define __cpp_lib_constexpr_algorithms in <utility> 2020-04-22 22:54:35 +01:00
valarray
variant libstdc++: Define <=> for tuple, optional and variant 2020-02-21 17:12:39 +00:00
vector
version libstdc++: Fixes for feature test macros (PR 91480) 2020-04-28 23:40:18 +01:00