"C++ Daddy Bjarne Stroustrup outlines directions for v17"
http://www.theregister.co.uk/2015/04/27/c_daddy_bjarne_stroustrup_outlines_directions_for_v17/
"“What will C++17 be?” B. Stroustrup, April 21, 2015
• Improve support for large-scale dependable software
• Provide support for higher-level concurrency models
• Simplify core language use, especially as it relates to the STL and concurrency, and address major sources of errors.
• Preserve Fundamental strengths
• A direct map to hardware (initially from C)
• Zero-overhead abstraction (initially from Simula)"
Lynn