sba1 / adtools

Experimental GNU toolchain for AmigaOS
31 stars 18 forks source link

std::strtold() missing #120

Open ksdhans opened 2 years ago

ksdhans commented 2 years ago

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.

3246251196 commented 1 year ago

I cannot reproduce this with GCC 11.3.

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

runs fine.