Files
gcc-reflection/libstdc++-v3
Jakub Jelinek bc831c8c41 Fix up std::meta::exception constructors and what() method.
So that the ctors convert UTF-8 what to exec charset or vice versa
and what() is non-constant if UTF-8 to exec charset conversion failed.
This uses two helper meta functions (static private members of
std::meta::exception) which piggyback on reflect_constant_string.

Furthermore, translate compiler thrown std::meta::exception strings
to exec charset.
2026-01-14 10:58:48 -05: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-01-02 09:56:11 +01:00
2025-10-05 17:14:49 +01:00
2026-01-14 00:16:30 +00:00
2026-01-01 18:50:16 +01:00
2026-01-02 09:56:11 +01:00
2025-10-05 17:14:49 +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.