gcc/libstdc++-v3/src
Jonathan Wakely ae3ea143ef libstdc++: Move std::iostream_category() definition to new file
This fixes a missing symbol when the dual ABI is disabled, e.g. for the
versioned namespace build.

libstdc++-v3/ChangeLog:

	* src/c++11/Makefile.am: Add new source file.
	* src/c++11/Makefile.in: Regenerate.
	* src/c++11/cxx11-ios_failure.cc (iostream_category):
	Move to ...
	* src/c++11/ios_errcat.cc: New file.
	* testsuite/27_io/ios_base/failure/error_code.cc: Check that
	std::iostream_category() is defined and used for std::io_errc.
2022-05-26 22:28:57 +01:00
..
c++11 libstdc++: Move std::iostream_category() definition to new file 2022-05-26 22:28:57 +01:00
c++17 libstdc++: Avoid including <cstdint> for std::char_traits 2022-05-19 23:39:21 +01:00
c++20 libstdc++: Define <stacktrace> header for C++23 2022-01-17 12:13:02 +00:00
c++98 libstdc++: Define <stacktrace> header for C++23 2022-01-17 12:13:02 +00:00
filesystem libstdc++: Fix error reporting in filesystem::copy [PR99290] 2022-04-28 13:33:48 +01:00
libbacktrace libstdc++: Fix libbacktrace build files 2022-01-19 14:23:13 +00:00
shared Update copyright years. 2022-01-03 10:42:10 +01:00
Makefile.am libstdc++: Stop defining C++0x compat symbols for versioned namespace 2022-05-17 11:42:34 +01:00
Makefile.in libstdc++: Stop defining C++0x compat symbols for versioned namespace 2022-05-17 11:42:34 +01:00