On 2013-08-21 18:01, Daniel Murphy wrote: > How about angle brackets? > > auto x = <1, 3>; > auto <a, b> = x; Aren't we then back to the same problems C++ have with its template syntax? -- /Jacob Carlborg