"Beman Dawes" <[EMAIL PROTECTED]> skrev i meddelandet [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > At 02:21 PM 2/18/2003, Peter Dimov wrote: > > >Beman Dawes wrote: > >> Because of interest in how well Boost 1.30.0 and VC++ 7.1 will work > >> together, I've posted regression tests. > >> > >> See http://boost.sourceforge.net/regression-logs/ > > > >You might want to disable warning 4675, "resolved overload was found by > >argument-dependent lookup". > > Yeah, I saw that too. But I don't want to put effort into VC++ 7.1 until > (1) Boost 1.30.0 is out the door, (2) we have a release copy, (3) I finish > some non-Boost work which is backing up. > > If you want to make changes yourself, feel free to do so. However, please > test to make sure whatever you change doesn't screw up VC++ 7.0. >
Disabling this warning would hardly affect 7.0, as it is just an indication that 7.1 properly usues argument-dependent lookup, which 7.0 does not (except for operators...). A lot of the failures seems to be a "warning" that 7.1 actually does the right thing. A bit unfair to count this as a failure! Bo Persson [EMAIL PROTECTED] _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost