there are several namespace problems corelinux:: is forgotten from time to time
it is not that easy to track down when it occurs in Macros !
it is my belief that it is an important problem a code should compile whether you use using namespace blah; or blah::
Logged In: YES user_id=621
Is this still a problem?
Log in to post a comment.
it is my belief that it is an important problem
a code should compile whether you use
using namespace blah;
or
blah::
Logged In: YES
user_id=621
Is this still a problem?