www.digitalmars.com         C & C++   DMDScript  

c++ - [bug] elaborated type specifiers and namespaces

namespace ns {
struct B {
};
}

int main() {
    struct ::ns::B b;
    // Error: size of ns is not known
}


Christof

-- 
http://cmeerw.org                              sip:cmeerw at cmeerw.org
mailto:cmeerw at cmeerw.org                   xmpp:cmeerw at cmeerw.org
Dec 10 2006