[gil] notorious C4675 warning

From now on I would believe to ignore that warning. If someone else
My compiler ( VC 7.1 SP1 ) is getting on my nerves with a C4675 warning. Taking the help file C4675 is only important when creating code that might be used by older compiler, as well, and then leading to different function calls. The warning looks like this: c:\boost\boost\gil\image.hpp(141) : warning C4675: 'void boost::gil::swap<boost::gil::rgb8_loc_t>(boost::gil::image_view<Loc> &,boost::gil::image_view<Loc> &)' : resolved overload was found by argument-dependent lookup with [ Loc=boost::gil::rgb8_loc_t ] [snip] "A function found by argument-dependent lookup (Koenig lookup) was eventually chosen by overload resolution. In Visual C++ .NET and earlier compilers, a different function would have been called. To pick the original function, use an explicitly qualified name." thinks differently, please let me know. I brought up this issue to have a hint for people searching for an answer. Regards, Christian
participants (1)
-
Christian Henning