gcc/libstdc++-v3
Patrick Palka 7639bf34fa libstdc++: Implement ranges::fold_* from P2322R6
libstdc++-v3/ChangeLog:

	* include/bits/ranges_algo.h: Include <optional> for C++23.
	(__cpp_lib_fold): Define for C++23.
	(in_value_result): Likewise.
	(__detail::__flipped): Likewise.
	(__detail::__indirectly_binary_left_foldable_impl): Likewise.
	(__detail::__indirectly_binary_left_foldable): Likewise.
	(___detail:__indirectly_binary_right_foldable): Likewise.
	(fold_left_with_iter_result): Likewise.
	(__fold_left_with_iter_fn, fold_left_with_iter): Likewise.
	(__fold_left_fn, fold_left): Likewise.
	(__fold_left_first_with_iter_fn, fold_left_first_with_iter):
	Likewise.
	(__fold_left_first_fn, fold_left_first): Likewise.
	(__fold_right_fn, fold_right): Likewise.
	(__fold_right_last_fn, fold_right_last): Likewise.
	* include/std/version (__cpp_lib_fold): Likewise.
	* testsuite/25_algorithms/fold_left/1.cc: New test.
	* testsuite/25_algorithms/fold_right/1.cc: New test.
2023-04-14 10:31:44 -04:00
..
config libstdc++: Another baseline_symbols.txt update 2023-03-13 11:48:48 +01:00
doc libstdc++: Document libstdc++exp.a library for -fcontracts 2023-04-12 23:26:35 +01:00
include libstdc++: Implement ranges::fold_* from P2322R6 2023-04-14 10:31:44 -04:00
libsupc++ libstdc++: Fix comment typo in eh_personality.cc 2023-03-07 17:33:28 +00:00
po Update copyright years. 2023-01-16 11:52:17 +01:00
python libstdc++: Fix GDB Xmethod for std::shared_ptr::use_count() [PR109064] 2023-03-10 11:10:23 +00:00
scripts Update copyright years. 2023-01-16 11:52:17 +01:00
src libstdc++: Ensure headers used by fast_float are included 2023-04-12 12:40:41 -04:00
testsuite libstdc++: Implement ranges::fold_* from P2322R6 2023-04-14 10:31:44 -04:00
acinclude.m4 libstdc++: Do not embed tzdata.zi for 8-bit and 16-bit targets 2023-02-01 21:00:20 +00:00
aclocal.m4 libstdc++: Don't use gstdint.h anymore 2022-10-29 00:55:42 +01:00
ChangeLog Daily bump. 2023-04-13 00:16:48 +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++: enable <stacktrace> on windows 2023-01-14 20:49:45 +00:00
configure libstdc++: Do not embed tzdata.zi for 8-bit and 16-bit targets 2023-02-01 21:00:20 +00:00
configure.ac libstdc++: Implement C++20 time zone support in <chrono> 2022-12-22 23:34:20 +00:00
configure.host
crossconfig.m4 libstdc++: Allow emergency EH alloc pool size to be tuned [PR68606] 2022-10-11 16:21:48 +01:00
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.