diff --git a/doc/archive_reference.html b/doc/archive_reference.html index 895d433d..72899986 100644 --- a/doc/archive_reference.html +++ b/doc/archive_reference.html @@ -57,7 +57,7 @@ public: // serialization library typedef boost::mpl::bool_<true> is_saving; typedef boost::mpl::bool_<false> is_loading; - template<class T> register_type(){} + template<class T> void register_type(){} template<class T> trivial_oarchive & operator<<(const T & t){ return *this; } @@ -140,7 +140,7 @@ to help render the archive in a particular form.
void save_start()void save_start(char const *)-
void save_end()void save_end(char const *)