adtools icon indicating copy to clipboard operation
adtools copied to clipboard

std::strtold() missing

Open ksdhans opened this issue 2 years ago • 1 comments

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.

ksdhans avatar Jul 06 '22 09:07 ksdhans

I cannot reproduce this with GCC 11.3.

The example in: https://cplusplus.com/reference/cstdlib/strtold/

runs fine.

3246251196 avatar Dec 20 '22 13:12 3246251196