gcc/libstdc++-v3/testsuite/21_strings
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
..
basic_string [testsuite] tolerate missing std::stold 2025-05-21 06:20:11 -03:00
basic_string_view Update copyright years. 2025-01-02 11:59:57 +01:00
c_strings Update copyright years. 2025-01-02 11:59:57 +01:00
char_traits/requirements Update copyright years. 2025-01-02 11:59:57 +01:00
debug Update copyright years. 2025-01-02 11:59:57 +01:00
headers Update copyright years. 2025-01-02 11:59:57 +01:00