gcc/libstdc++-v3
Ken Matsui 637edefc58 libstdc++: use __bool_constant instead of integral_constant
In the type_traits header, both integral_constant<bool> and __bool_constant
are used. This patch unifies those usages into __bool_constant.

libstdc++-v3/ChangeLog:

	* include/std/type_traits: Use __bool_constant instead of
	integral_constant.

Signed-off-by: Ken Matsui <kmatsui@cs.washington.edu>
Reviewed-by: Jonathan Wakely <jwakely@redhat.com>
Reviewed-by: Patrick Palka <ppalka@redhat.com>
2023-05-17 11:39:00 -04:00
..
config libstdc++: Enforce value_type consistency in strings and streams 2023-05-11 21:15:22 +01:00
doc libstdc++: Stop using _GLIBCXX_USE_C99_STDINT_TR1 in <cstdint> 2023-05-16 09:59:19 +01:00
include libstdc++: use __bool_constant instead of integral_constant 2023-05-17 11:39:00 -04:00
libsupc++ libstdc++: Adjust uses of null pointer constants in docs 2023-04-19 00:13:02 +01:00
po Update copyright years. 2023-01-16 11:52:17 +01:00
python libstdc++: Fix <chrono> pretty printers and add tests 2023-05-09 20:36:56 +01:00
scripts Update copyright years. 2023-01-16 11:52:17 +01:00
src libstdc++: Disable cacheline alignment for DJGPP [PR109741] 2023-05-16 18:31:19 +01:00
testsuite libstdc++: Stop using _GLIBCXX_USE_C99_STDINT_TR1 in <cstdint> 2023-05-16 09:59:19 +01:00
acinclude.m4 libstdc++: Disable cacheline alignment for DJGPP [PR109741] 2023-05-16 18:31:19 +01:00
aclocal.m4
ChangeLog Daily bump. 2023-05-17 00:17:44 +00:00
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010
ChangeLog-2011
ChangeLog-2012
ChangeLog-2013
ChangeLog-2014
ChangeLog-2015
ChangeLog-2016
ChangeLog-2017
ChangeLog-2018
ChangeLog-2019
ChangeLog-2020
ChangeLog-2021
ChangeLog-2022 Rotate ChangeLog files. 2023-01-01 16:20:13 +01:00
config.h.in libstdc++: Disable cacheline alignment for DJGPP [PR109741] 2023-05-16 18:31:19 +01:00
configure libstdc++: Regenerate configure 2023-05-17 10:35:49 +01:00
configure.ac libstdc++: Disable cacheline alignment for DJGPP [PR109741] 2023-05-16 18:31:19 +01:00
configure.host libstdc++: Fix up abi.exp FAILs on powerpc64-linux 2023-05-03 22:31:40 +02:00
crossconfig.m4
fragment.am
linkage.m4
Makefile.am libstdc++: Enable building libstdc++.{a,so} when !HOSTED 2023-02-06 14:23:46 +00:00
Makefile.in libstdc++: Enable building libstdc++.{a,so} when !HOSTED 2023-02-06 14:23:46 +00:00
README

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.