Quote Originally Posted by Mario F.
You want to know my favorite? (for purely academic reasons)

You will be able to initialize sequence containers like:

Code:
vector<int> vec = {1, 2, 3, 4, 5};
Can you say with me "No more use vector instead of array posts"?
I hadn't seen that before! that's awesome!!