convert
convert copied to clipboard
Missing support for std::floatN_t, __float128 and __int128
Huh, I was not even aware of these weird types in C++23. :-) I suspect you'll have to elaborate what exactly you'd like to see. There are a few converters and some of them are wrappers helping to incorporate, say, lexical_cast, printf, std::stream into the framework. So, float128 support (or the lack of such) depends on the actual converters. The most efficient, quickest solution might be you implementing, adding whatever functionality you need to whatever converter you use and then submit your code for a merge.