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).

In part 1, Andrzej explained what "type erasure" is all about. But how do you create custom type-erased interface?
A nice dive into performance costs on at least one compiler, and on the difficulties of doing meaningful performance measurements on modern hardware. Be sure to read the short comment thread too.
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: