Group: comp.lang.c++.moderated · Group Profile · Search for some quirks of Koenig lookup rule in comp.lang.c++.moderated
Author: nickf3
Date: May 6, 2008 11:14
On May 6, 10:24 am, Michael Kilburn <crusader.m...@gmail.com> wrote: Hi Can someone explain this peculiar behavior of MSVC & GCC: code below, if you uncomment that line (which is totally unrelated to 'dph' class), will stop compiling with usual bizzare C++ error [code] #include <iostream> namespace AAA { struct gad { }; //std::...
|