inet icon indicating copy to clipboard operation
inet copied to clipboard

Some C++ header files contain using namespace foo

Open levy opened this issue 7 years ago • 1 comments

According to C++ conventions this is considered bad practice. The namespace will be also used in the C++ files where the header is included even if the file is not the implementation but a simple user.

levy avatar May 23 '17 15:05 levy

currently used: using namespace omnetpp; using namespace inet::units::values; using namespace units::constants; using namespace ::osg;

all other "using namespace" removed from headers

ZoltanBojthe avatar Apr 10 '18 15:04 ZoltanBojthe