Ranges, Concepts, and the Future of the Standard Library -- Eric Niebler
Some of the promising news from this week's ISO C++ meeting, which concludes tomorrow.
Ranges, Concepts, and the Future of the Standard Library
by Eric Niebler
From the article:
Frequent readers of this blog know that over the past year, I’ve been working on a modern range library suitable for standardization, integrating good ideas from hither and thither — particularly from Sean Parent and Andrew Sutton — resulting in a library that’s available immediately, and a proposal to the standardization committee. This week I presented my work to the C++ Committee Meeting in Urbana-Champaign. The ensuing discussion has implications for the future of the Standard Library...


A nice tutorial on a feature that leads to convenient and safe calling code:
The STE||AR Group has released V0.9.9 of HPX -- A general purpose parallel C++ runtime system for applications of any scale.