<t>QuoteOriginally posted by: MiloRambaldiI'm not too familiar with C++11, but it does not seems to allow:vector<T> v {t1, t2, t3};This is allowed in g++.They have implemented the core language support in the VC++ November CTP, but haven't updated the standard library yet - so you could use it in yo...