sba1 / adtools

Experimental GNU toolchain for AmigaOS
33 stars 18 forks source link

Many functions not a member of std:xxx issues, while implemented and works in both clib2 and newlib #96

Open kas1e opened 3 years ago

kas1e commented 3 years ago

So as there is a lot of such issues, IMHO we better collect since now everything just in one topic. I Will update that topic once new found, there is a list:

std::snprintf()

kas1e commented 3 years ago

from newlib's side everything about "not a member of std::" was fixed in the new beta of newlib 53.69 and adtools recompiled with new newlib's headers.

DStastny commented 3 years ago

@kas1e do you know when all this becomes publicly available. I am currently stuck with a C++ code base and most of the standard items I see documented here as missing. What about status of Clib2 being available and commits merged so I can get a build together. Frustration point for me is availability of newlib being non answer for me.