Thanks for the fixes. I just downloaded 1_54_0 and I'm still getting one warning from cpp_int.hpp line 1610:
Implicit conversion loses integer precision: 'size_type' (aka 'unsigned long') to 'unsigned int'
This is compiled on OS X 10.8, with clang:
Apple LLVM version 4.2 (clang-425.0.28) (based on LLVM 3.2svn)
Target: x86_64-apple-darwin12.4.0
With options:
-arch x86_64 -std=gnu++11 -stdlib=libc++
among others.
Thanks again for this way-cool library.
-- Michael.