2 Feb
2015
2 Feb
'15
7:41 p.m.
Stephen Kelly wrote:
These should also be moved.
array(5) ⇢ assert(1) config(0) core(2) static_assert(1) throw_exception(2)
and you want to make it depend on serialization(59)? :-)
Note, by the way, that boost/serialization/array.hpp doesn't just implement serialization for boost::array; it also defines boost::serialization::array and implements serialization for std::array. So it doesn't belong to Array anyway. And boost/serialization/vector.hpp, of course, implements std::vector's serialization, so there's nowhere to move it to. boost/serialization/optional.hpp and boost/serialization/variant.hpp are another story. But only after there's a lightweight way to implement serialization.