adtools
adtools copied to clipboard
std::strtold() missing
Std::strtold() is still missing. Looking in the cstdlib header file, it's been excluded via multiple #ifndef amigaos4 blocks. Strtold() is now available, so this should be removed.
I cannot reproduce this with GCC 11.3.
The example in: https://cplusplus.com/reference/cstdlib/strtold/
runs fine.