www.digitalmars.com         C & C++   DMDScript  

c++ - Template local names & nested classes

//14.6.1-2

template<class T> struct A {

struct Nested {

A* a;
// Error: '<' expected following 'A'

};
};

void main() {

A<int> a;

}

boost/dynamic_bitset.hpp

Richard
Dec 20 2002