Date: Sun, 24 Aug 2025 16:31:05 +0000
> You can reinterpret_cast char8_t* to char* just fine.
But one cannot reinterpret_cast between std::float64_t* and double* (and use the resulting pointer).
P1467R9 discusses implicit conversions, overload resolution, and adding extended floating-point types to <cmath>.
It seems the extended floating-point types were intended to be used.
Received on 2025-08-24 16:31:11