Files
gcc/libstdc++-v3
Torbjörn SVENSSON 1c842aa818 libstdc++: add using std::size_t
Without a definition for size_t in global namespace, there are errors
like this one for arm-none-eabi:

.../requirements_neg.cc:5: error: 'size_t' has not been declared

libstdc++-v3/ChangeLog:

	* testsuite/29_atomics/atomic_ref/requirements_neg.cc: Add
	using std::size_t.

Signed-off-by: Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
2026-02-26 14:39:23 +01:00
..
2026-01-02 09:56:11 +01:00
2026-01-02 09:56:11 +01:00
2026-01-02 09:56:11 +01:00
2026-02-26 00:16:29 +00:00
2026-01-01 18:50:16 +01:00
2026-01-02 09:56:11 +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.