Nugget: C++1y Automatic Type Deduction -- Tony DaSilva
A short nugget by Tony DaSilva:
C++1y Automatic Type Deduction
by Tony DaSilva
From the article:
In addition to this convenient usage, employing
autoin conjunction with the new (and initially weird) function-trailing-return-type syntax is useful for defining function templates that manipulate multiple parameterized types (see the third entry in the list of function definitions below).

These are also the first two articles in a new blog by the creator of the
The second half of Michael Wong's trip report is now online: