id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 3946,compiler warnings in VC8,andrey.torba@…,Emil Dotchevski,"The following code under VC8 with warning level 4 produces the warnings below. {{{ #include #include struct Error : boost::exception {}; int main() { throw Error() << boost::errinfo_file_name(__FILE__); return 0; } }}} {{{ 1>d:\development\release-boost\v1.41.0\boost\exception\info.hpp(150) : warning C4706: assignment within conditional expression }}} ",Bugs,closed,Boost 1.43.0,exception,Boost 1.42.0,Problem,fixed,,