forked from boostorg/conversion
Get rid of Tru64 cxx warnings
[SVN r37116]
This commit is contained in:
@@ -505,7 +505,7 @@ namespace boost
|
||||
|
||||
--left;
|
||||
--finish;
|
||||
int const digit = static_cast<int const>(n % 10);
|
||||
int const digit = static_cast<int>(n % 10);
|
||||
int const cdigit = digit + lcast_char_constants<CharT>::zero;
|
||||
*finish = static_cast<char>(cdigit);
|
||||
n /= 10;
|
||||
|
Reference in New Issue
Block a user