Richard Smith <richard at metafoo.co.uk> writes: >> I'm happy to use memcpy if that's what people want. Honestly, my goal >> was to make gcc shut up, not necessarily guarantee correctness, though >> this is a unit test. :) > > memcpy is the "blessed" C++ approach for this. Ok, I'll rework it for safety's sake. -David