You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
do I understand the comment from STL on std::to_chars #199 (comment) correctly that g++ and clang++ use ( can use ) ryu but 'pure-C' gcc does not have this option?
if so, are there plans to implement that - and since here is not necessarily the right forum for that, where should you ask.
The text was updated successfully, but these errors were encountered:
The code in this repository is pure C, but it doesn't implement the full std::to_chars standard. I'm generally happy to accept contributions, but I have very little time to work on it right now.
do I understand the comment from STL on std::to_chars #199 (comment) correctly that g++ and clang++ use ( can use ) ryu but 'pure-C' gcc does not have this option?
if so, are there plans to implement that - and since here is not necessarily the right forum for that, where should you ask.
The text was updated successfully, but these errors were encountered: