j
k
j a
j l
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.
Back to the thread
Back to the list