
17 Mar
2006
17 Mar
'06
8:42 a.m.
Joaquín Mª López Muñoz <joaquin <at> tid.es> writes:
I could avoid these warnings in Boost.MultiIndex, but I'm not sure this is the right thing to do, as the problem is really Boost-wide and should be considered, IMHO, from a global point of view: any class using boost::noncopyable will make MSVC level 4 shout, try the following for instance:
The example you provided compiles without a warning with "cl -c -W4 test.cpp". So the problem is somewhat more specific perhaps?