Range Comprehensions -- Eric Niebler
	
Do you "comprehend" ranges? From a key participant in some of the latest discussion about ranges for C++:
Range Comprehensions
by Eric Niebler
From the article:
I’ve been busy since I last wrote about ranges. I have a lot of news to share, but in this post, I’m going to narrowly focus on a recent development that has me very excited. It’s a new feature that I’m calling range comprehensions, and they promise to greatly simplify the business of creating custom ranges...


A nice digest-sized highlights reel of C++14:
GCC 4.9.0 is now available, with further improved C++11 and C++14 conformance.