gcc/libstdc++-v3
Jonathan Wakely 84dbb22f32
libstdc++: Include <mutex> in syncbuf.cc [PR122698]
For most configurations bits/std_mutex.h would already be included by
<syncstream>, but not if configured with _GLIBCXX_USE_CXX11_ABI=0 as the
default, because syncbuf is disabled in that case.

libstdc++-v3/ChangeLog:

	PR libstdc++/122698
	* src/c++20/syncbuf.cc (__syncbuf_get_mutex): Include <mutex>.
	Fix indentation of function body.
2025-11-16 14:00:55 +00:00
..
config libstdc++: Remove unused config/cpu/i486/atomicity.h file 2025-10-08 17:06:21 +01:00
doc libstdc++: Update Autoconf manual link 2025-10-11 12:18:56 +02:00
include libstdc++: Tweak static_assert messages for volatile atomic waits 2025-11-15 21:45:44 +00:00
libsupc++ libstdc++: Implement final wording of C++26 P3778R0 - type_order 2025-11-10 09:59:13 +01:00
po *: regenerate autotools 2025-10-05 17:14:49 +01:00
python Add 'num_children' method to relevant pretty-printers 2025-11-14 12:10:16 -07:00
scripts Remove /usr/ccs references on Solaris 2025-11-16 14:00:11 +01:00
src libstdc++: Include <mutex> in syncbuf.cc [PR122698] 2025-11-16 14:00:55 +00:00
testsuite libstdc++: Ensure that _Utf_view is always a view. 2025-11-14 18:27:01 +01:00
.editorconfig libstdc++: editorconfig: Adjust wildcard patterns 2024-12-07 08:49:26 +00:00
ChangeLog Daily bump. 2025-11-16 00:19:20 +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 Rotate ChangeLog files. 2025-01-02 11:06:31 +01:00
ChangeLog-2014
ChangeLog-2015
ChangeLog-2016
ChangeLog-2017
ChangeLog-2018
ChangeLog-2019
ChangeLog-2020
ChangeLog-2021
ChangeLog-2022 Rotate ChangeLog files. 2025-01-02 11:06:31 +01:00
ChangeLog-2023 Rotate ChangeLog files. 2025-01-02 11:06:31 +01:00
ChangeLog-2024 Rotate ChangeLog files. 2025-01-02 11:06:31 +01:00
Makefile.am Update copyright years. 2025-01-02 11:59:57 +01:00
Makefile.in *: regenerate autotools 2025-10-05 17:14:49 +01:00
README
acinclude.m4 libstdc++: Implement P3107R5 optimizations for std::print [PR121790] 2025-10-10 09:00:22 +02:00
aclocal.m4 *: regenerate autotools 2025-10-05 17:14:49 +01:00
config.h.in libstdc++: Implement P3107R5 optimizations for std::print [PR121790] 2025-10-10 09:00:22 +02:00
configure gcc: sync top-level with binutils-gdb 2025-11-03 20:25:00 +00:00
configure.ac libstdc++: Remove undeclared macros from configure.ac [PR122322] 2025-10-20 10:55:59 +01:00
configure.host all: Fix "specifc", "costant" and "constat" typos in comments 2025-10-07 15:03:42 +01:00
crossconfig.m4
fragment.am
linkage.m4

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.