gcc/libstdc++-v3/include
Jonathan Wakely fc77484c4a libstdc++: Use reserved name for C++20 attribute
Although the compiler supports the [[no_unique_address]] attribute, it's
not a reserved name prior to C++20, so we can't use it in std::tuple.
Use [[__no_unique_address__]] instead.

libstdc++-v3/ChangeLog:

	* include/std/tuple (_Head_base<Idx, Head, true>): Use reserved
	form of __no_unique_address__ attribute because
	no_unique_address is not reserved prior to C++20.
2020-10-19 18:07:21 +01:00
..
backward
bits libstdc++: Optimize container node-handle type for size 2020-10-19 18:06:51 +01:00
c
c_compatibility
c_global
c_std
debug libstdc++: Replace use of reserved name that clashes [PR 97362] 2020-10-10 21:22:12 +01:00
decimal
experimental libstdc++: Introduce new headers for C++20 ranges components 2020-09-22 15:45:54 +01:00
ext libstdc++: Make allocators throw bad_array_new_length on overflow [LWG 3190] 2020-10-05 15:18:56 +01:00
parallel
precompiled libstdc++: Remove unused header 2020-10-19 11:19:28 +01:00
pstl
std libstdc++: Use reserved name for C++20 attribute 2020-10-19 18:07:21 +01:00
tr1
tr2
Makefile.am libstdc++: Introduce new headers for C++20 ranges components 2020-09-22 15:45:54 +01:00
Makefile.in libstdc++: Introduce new headers for C++20 ranges components 2020-09-22 15:45:54 +01:00