29 Apr
2026
29 Apr
'26
7:23 p.m.
I endorse the library, there's a real need for an int128 type as a standalone library. One thing I would note: Why C++14? What about C++11?
C++14 allows basically the entire library to be constexpr, which is quite useful for a numeric type. This goes back as far as GCC 5, Clang 5, and MSVC 14.1 which are about as old as I'd ever be interested in supporting really. Matt