C++17 If statement with initializer--Steve Lorimer
And a second one!
C++17 If statement with initializer
by Steve Lorimer
From the article:
Introduced under proposal P00305r0, If statement with initializer give us the ability to initialize a variable within an
ifstatement, and then, once initialized, perform the actual conditional check.

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