"Pavel Vozenilek" <[EMAIL PROTECTED]> writes: > "David Abrahams" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >> "Pavel Vozenilek" <[EMAIL PROTECTED]> writes: >> >> > Type traits library may be extended with: >> > - memcpy_copyable<> and >> > - memcpy_moveable<> >> >> see boost::is_POD. >> > memcpy_moveable<> may be useful for non-POD types, like some pimpls.
I don't believe you can use memcpy to move any non-POD types portably, i.e. without special knowledge of the compiler. -- Dave Abrahams Boost Consulting www.boost-consulting.com _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost