Monthly Archives: August 2010

std::vector of Aligned Elements – Revisited

A while ago I posted about vector::resize – how it takes a parameter by value and thus cannot store aligned elements. I confessed I didn’t understand Stephen Lavavej’s words: …There’s a reason that our resize() is currently taking T by … Continue reading

Posted in VC++ | 1 Comment