nested class in a templated class[code]typename[/code] did the trick. Thanks!
nested class in a templated classI have the following: [code] template<typename T> class Outer { private: enum Type { one, t...
This user does not accept Private Messages