6 Mar
2015
6 Mar
'15
12:52 a.m.
Edward Diener
[...]
In the Quick Start:
auto stuff = make_tuple(Person{"Louis"}, Car{"Toyota"}, City{"Quebec"}); Notice how the auto keyword is used when defining xs;...
It should be:
Notice how the auto keyword is used when defining 'stuff';...
Thank you, fixed! Louis