gcc/libstdc++-v3/include
Jonathan Wakely 92b38ec84f
libstdc++: Fix build for targets without FP std::from_chars [PR114633]
If the faster std::from_chars is not supported for floating-point types
then just extract the value from the stream using operator>>.

This fixes a build error for targets where __cpp_lib_to_chars is not
defined.

libstdc++-v3/ChangeLog:

	PR libstdc++/114633
	* include/bits/chrono_io.h (_Parser::operator()) <'S'>: Use
	stream extraction if std::from_chars is not available.
2024-04-10 00:21:41 +01:00
..
backward Update copyright years. 2024-01-03 12:19:35 +01:00
bits libstdc++: Fix build for targets without FP std::from_chars [PR114633] 2024-04-10 00:21:41 +01:00
c Update copyright years. 2024-01-03 12:19:35 +01:00
c_compatibility Update copyright years. 2024-01-03 12:19:35 +01:00
c_global Update copyright years. 2024-01-03 12:19:35 +01:00
c_std Update copyright years. 2024-01-03 12:19:35 +01:00
debug libstdc++: Fix N3344 behavior on _Safe_iterator::_M_can_advance 2024-03-18 22:30:55 +01:00
decimal Update copyright years. 2024-01-03 12:19:35 +01:00
experimental libstdc++: Add masked ++/-- implementation for sizeof < 16 2024-03-27 15:14:46 +01:00
ext Update copyright years. 2024-01-03 12:19:35 +01:00
parallel Update copyright years. 2024-01-03 12:19:35 +01:00
precompiled libstdc++: Add <print> and <text_encoding> to stdc++.h 2024-01-19 10:21:47 -05:00
pstl libstdc++: Suppress deprecation messages from <tbb/task.h> [PR101228] 2024-03-19 15:59:44 +00:00
std libstdc++: Reverse arguments in constraint for std::optional's <=> [PR104606] 2024-04-03 11:45:35 +01:00
tr1 Update copyright years. 2024-01-03 12:19:35 +01:00
tr2 libstdc++: Guard tr2::bases and tr2::direct_bases with __has_builtin 2024-02-08 15:58:14 +00:00
Makefile.am libstdc++: add ARM SVE support to std::experimental::simd 2024-03-27 15:14:36 +01:00
Makefile.in libstdc++: add ARM SVE support to std::experimental::simd 2024-03-27 15:14:36 +01:00