Files
gcc/libstdc++-v3
Patrick Palka cdcc27c1ca libstdc++: Optimize is_reference
Instead of defining is_reference in terms of is_[lr]value_reference,
just define it directly.

libstdc++-v3/ChangeLog:

	* include/std/type_traits (is_reference): Make the primary
	template derive from false_type.  Define two partial
	specializations that derive from true_type.
2022-09-07 10:21:51 -04:00
..
2022-09-07 10:21:51 -04:00
2022-06-23 23:28:14 -03:00
2022-09-07 00:17:51 +00:00
2022-06-23 23:28:14 -03:00
2022-01-03 10:42:10 +01:00

file: libstdc++-v3/README

New users may wish to point their web browsers to the file
index.html in the 'doc/html' subdirectory.  It contains brief
building instructions and notes on how to configure the library in
interesting ways.