Community
Participate
Working Groups
Build Identifier: M20100211-1343 The new class wizard should be able to create nested namespaces even if one of the levels doesn't exists. Reproducible: Always Steps to Reproduce: 1. Create a new C++ project. 2. Open the new class wizard 3. Enter a class name 4. enter "a::b" as namespace The wizard complains that namespace a does not exist. Instead of complaining it should issue a warning but still be able to create the class and all new namespaces that are required.