Partially disabling old names generation for classes with nspace

This commit is contained in:
Artem Serebriyskiy 2014-03-06 15:24:17 +04:00
commit 3028b16cee
3 changed files with 29 additions and 15 deletions

View file

@ -67,7 +67,11 @@ namespace Outer {
const Outer::Inner2::Color& col2c) {}
}; // Color
int Color::staticMemberVariable = 0;
class NoNSpacePlease {};
class NoNSpacePlease {
public:
enum NoNSpaceEnum { NoNspace1 = 1, NoNspace2 = 10 };
static int noNspaceStaticFunc() { return 10; }
};
} // Inner2
// Derived class