Serialization and std::move

B"H
I'm doing some research. I grep'ed through the 1.43 version of the
libs/serialization directories for uses of std::move and didn't find any.
I also looked at the "To Do" section of the documentation and didn't
find any mention of move semantics. Does Boost Serialization take
advantage of std::move to improve the performance of it's load
operations? Something like the following:
template <typename B>
void
Receive(B* buf, vector
participants (1)
-
Brian Wood