Local class template

Viewed 4093

We can have a local class defined inside a function but this class cannot be a template which is bit annoying and inconsistent. Is there any update on that in C++0x standard?

1 Answers
Related