From: loufoque (mathias.gaunard_at_[hidden])
Date: 2006-07-27 18:50:01


Dave Dribin wrote :

> And this has a workaround by using a for loop.

Not really.
std::vector, just like a lot of elements from the C++ standard library,
require that the types are CopyConstructible.
And if endian types are, they're not PODs anymore.