
21 Feb
2012
21 Feb
'12
5:18 p.m.
2012/2/21 Ben Robinson <cppmaven@gmail.com>:
The implementation is fully portable, and it provides integer types which can be used like the builtin integers, except they will trigger their policy on an overflow.
Great! Overflow detections are widely used in Boost.Lexical_cast library, but the implementation is not generic. I would very appreciate a header only library for detecting overflows. How fast is your library? Does it support unsigned long long int overflow detection? Best regards, Antony Polukhin