$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] compiler warnings with visual studio 2008
From: gfsdjkgf_at_[hidden]
Date: 2008-10-02 12:50:16
Hello folks
I am using boost 1.37 off the CVS with the visual studio 2008 compiler.
As soon as I compile my code files with the /W4 option (maximum compiler warning level), I get tons of warnings inside the boost header. Disabling them all using #pragma's can be a pain in the ass. Is there any other, better solution to get rid of the warnings?
Thank you