GoingNative 52: ISO C++ @Oulu Debriefing

Steve Carroll and Gabriel Dos Reis chat with Bjarne Stroustrup, the inventor of C++, about his keynote this year at cppcon 2016. Bjarne talks about the past, present, and future of C++, and how to be a good programmer.
Imagine what you would C++ to look like?
I would like it to look like Ada. But nobody around here uses that.
C++ is good in using the free store (heap).
But I'd like it to become a more natural fit for "fixed memory algorithms" that use the stack more.