What new features do you want to have in C++ after C++0x is released?
- by Vicente Botet Escriba
If I have understood well C++0x is now on a phase to resolve pending issues, so no new features will be added.
What I want to know is what new features you want to have in C++ after C++0x is released.
Just to give you an idea, I have added major existing proposal that could be included after C++0x:
Concepts, Contract Programming, Garbage Collection, Macro scopes, Modules, Multimethods, Reflection
Answer with your favorite feature if not already in an answer and up-vote them if already present. Be free to add other features not included on this list.
Please don't include here libraries. Only core language features.