The XInt library was designed before I knew about them. I adapted it to them later.
There are only a few notable places where XInt differs from them:
long long
, as suggested in n1744. This is partly because long long
is not yet in the C++ standard, but mostly because I don't see a need for it. The conversion constructors are efficient enough for smaller values that there wouldn't be any noticeable benefit from it.© Copyright Chad Nelson, 2010-2011. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)