My C++03 compiler is giving me the following error:
C:\dev\DATALIB\OBJID.cpp(42,14) : error (346) : member "FOO::OBJID::m_objnum" is inaccessible
Is this a compiler issue, or am I missing something here trying to use a friend function? If I don't put the OBJID class in a namespace, everything compiles fine.
And don't tell me to get a more recent compiler. C++03 is the latest compiler for the platform I work on.