Author: Thomas MaederThomas Maeder Date: May 6, 2008 11:40
Michael Kilburn gmail.com> writes:
> Can someone explain this peculiar behavior of MSVC & GCC:
Yes.
NB: Your question isn't related to argument dependant (aka Koenig)
lookup. It's a basic overloading problem (if these exist at all).
> code below, if you uncomment that line (which is totally unrelated to
> 'dph' class), will stop compiling with usual bizzare C++ error
It's unrelated to struct dph, but it's related to that type's
operator<<().
|