id summary reporter owner description type status milestone component version severity resolution keywords cc 124 "Warnings of ""_MSC_VER"" not being defined" nobody bjorn_karlsson "{{{ I'm using the from the CVS version with GCC-3.2. I get a lot of warnings about _MSC_VER not being defined. The warning is caused by these kind of lines in several header files: #if _MSC_VER >= 1020 Should'nt that be: #if defined(_MSC_VER) && _MSC_VER >= 1020 These are the files causing warnings in my case: assert.hpp checked_delete.hpp detail/lightweight_mutex.hpp detail/lwm_pthreads.hpp detail/shared_count.hpp throw_exception.hpp Thanks, Markus Järvinen }}}" Bugs closed None None Fixed