C++17 Structured Bindings--Steve Lorimer
An interesting article about the future!
C++17 Structured Bindings
by Steve Lorimer
From the article:
Introduced under proposal P0144R0, Structured Bindings give us the ability to declare multiple variables initialised from a
tupleorstruct.

Interesting interview:
ACCU’s Overload journal of August 2016 is out. It contains the following C++ related articles.