On 11/15/2012 2:24 AM, Joseph Rushton Wakeling wrote: > On 11/14/2012 12:06 PM, Simen Kjaeraas wrote: >> But the syntax for built-in types is better, in that you don't need to >> write: >> >> auto x = int(1); > > .... suppose I want a size_t? > size_t x = 1;