
21 May
2005
21 May
'05
11:03 a.m.
"Victor A. Wagner Jr." <vawjr@rudbek.com> wrote in message news:6.2.1.2.2.20050520184437.04aea410@mail.rudbek.com... | At 17:34 2005-05-20, you wrote: | >Hi, | > | >Is there any good reason that VC++ is set to warn about | >ADL by default? | > | >Otherwise, we should put the equivalent of | > <toolset>msvc <cxxflags>/wd4675 | > | >into the main configuration for those compilers | | vc-7_1 (details availalbe from the RudbekAssociates link on the regression | tests) | compiled manually with /W4: try compiling one of the pointer container tests...you'll get a 1000 line warning about ADL. -Thorsten