convert icon indicating copy to clipboard operation
convert copied to clipboard

Missing support for std::floatN_t, __float128 and __int128

Open gpeterhoff opened this issue 7 months ago • 1 comments

gpeterhoff avatar Aug 09 '25 22:08 gpeterhoff

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.

yet-another-user avatar Aug 09 '25 22:08 yet-another-user