M
Marcin Kalicinski
Hi,
Should the below code compile according to C++ standard?
namespace N { struct S{ }; }
void S() { }
using N::S;
It seems that various compilers behave differently with it. I found the
example on MS newsgroup.
Best regards,
Marcin
Should the below code compile according to C++ standard?
namespace N { struct S{ }; }
void S() { }
using N::S;
It seems that various compilers behave differently with it. I found the
example on MS newsgroup.
Best regards,
Marcin