Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
[C++ Warning] lexical_cast.hpp(468): W8041 Negating unsigned value |
#include <boost/lexical_cast.hpp>
|
Which takes you to the following line in 'include/boost/lexical_cast.hpp':
inline unsigned int lcast_to_unsigned(int value) |
IDE: C++ Builder 6.0
Compiler: Borland BCC32.EXE version 6.0.10.157
Boost version: 1.35.0.
This compiler is not supported by Boost. Change to another compiler.
To suppress the warning write the code below, that disables the warning temporarily.
|
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.