gcc/libstdc++-v3/testsuite/21_strings/basic_string
Alexandre Oliva 207534061f [testsuite] tolerate missing std::stold
basic_string.h doesn't define the non-w string version of std::stold
when certain conditions aren't met, and then a couple of tests fail to
compile.

Guard the portions of the tests that depend on std::stold with the
conditions for it to be defined.


for  libstdc++-v3/ChangeLog

	* testsuite/21_strings/basic_string/numeric_conversions/char/stold.cc:
	Guard non-wide stold calls with conditions for it to be
	defined.
	* testsuite/27_io/basic_ostream/inserters_arithmetic/char/hexfloat.cc:
	Likewise.
2025-05-21 06:20:11 -03:00
..
allocator libstdc++: Fix allocator propagation for rvalue+rvalue string concatenation 2025-04-29 10:52:47 +01:00
capacity Update copyright years. 2025-01-02 11:59:57 +01:00
cons libstdc++: Fix std::string construction from volatile char* [PR119748] 2025-04-15 09:24:58 +01:00
debug Update copyright years. 2025-01-02 11:59:57 +01:00
element_access Update copyright years. 2025-01-02 11:59:57 +01:00
hash Update copyright years. 2025-01-02 11:59:57 +01:00
inserters_extractors Update copyright years. 2025-01-02 11:59:57 +01:00
literals Update copyright years. 2025-01-02 11:59:57 +01:00
modifiers libstdc++: Add P1206R7 from_range members to std::string [PR111055] 2025-04-11 11:18:30 +01:00
numeric_conversions [testsuite] tolerate missing std::stold 2025-05-21 06:20:11 -03:00
operations Update copyright years. 2025-01-02 11:59:57 +01:00
operators Update copyright years. 2025-01-02 11:59:57 +01:00
range_access Update copyright years. 2025-01-02 11:59:57 +01:00
requirements Update copyright years. 2025-01-02 11:59:57 +01:00
types Update copyright years. 2025-01-02 11:59:57 +01:00
40160.cc Update copyright years. 2025-01-02 11:59:57 +01:00
56166.cc Update copyright years. 2025-01-02 11:59:57 +01:00
79162.cc Update copyright years. 2025-01-02 11:59:57 +01:00
dr2268.cc Update copyright years. 2025-01-02 11:59:57 +01:00
erasure.cc Update copyright years. 2025-01-02 11:59:57 +01:00
init-list.cc Update copyright years. 2025-01-02 11:59:57 +01:00
lwg2758.cc Update copyright years. 2025-01-02 11:59:57 +01:00
lwg2946.cc Update copyright years. 2025-01-02 11:59:57 +01:00
pthread4.cc Update copyright years. 2025-01-02 11:59:57 +01:00
pthread18185.cc Update copyright years. 2025-01-02 11:59:57 +01:00
pthread33394.cc Update copyright years. 2025-01-02 11:59:57 +01:00
version.cc libstdc++: Test for feature test macros more accurately 2023-11-16 08:06:59 +00:00