Subject: Re: [Boost-users] [multiprecision] Compiler Warnings
From: John Maddock (john_at_[hidden])
Date: 2013-06-10 10:43:31


>I'm getting compiler warnings for narrowing conversions when I write a
>cpp_int to a stream.

My bad. The "int pos" should be "std::string::difference_type pos" in
several places.

Will fix shortly,

John.