fixed typo

This commit is contained in:
Henning Kopp 2016-01-25 13:36:14 +01:00 committed by Howard Chu
parent 423c7fec9e
commit a8c6f15e08

View file

@ -170,7 +170,7 @@ inline bool do_serialize(Archive &ar, T &v)
template <bool W, template <bool> class Archive> \ template <bool W, template <bool> class Archive> \
bool do_serialize_object(Archive<W> &ar){ bool do_serialize_object(Archive<W> &ar){
/*! \macro PREPARE_CUSTON_VECTOR_SERIALIZATION /*! \macro PREPARE_CUSTOM_VECTOR_SERIALIZATION
*/ */
#define PREPARE_CUSTOM_VECTOR_SERIALIZATION(size, vec) \ #define PREPARE_CUSTOM_VECTOR_SERIALIZATION(size, vec) \
::serialization::detail::prepare_custom_vector_serialization(size, vec, typename Archive<W>::is_saving()) ::serialization::detail::prepare_custom_vector_serialization(size, vec, typename Archive<W>::is_saving())