2
0
mirror of https://github.com/boostorg/mpi.git synced 2026-02-26 04:42:23 +00:00
[SVN r41270]
This commit is contained in:
Douglas Gregor
2007-11-21 05:50:21 +00:00
parent e9c214fdb7
commit a982ea5355

View File

@@ -48,8 +48,8 @@ protected:
}
#define BOOST_ARCHIVE_IGNORE_IMPLEMENTATION(T) \
void save_override(T const & t , int) \
{} \
void save_override(T const & , int) \
{}
BOOST_ARCHIVE_IGNORE_IMPLEMENTATION(archive::class_id_optional_type)
BOOST_ARCHIVE_IGNORE_IMPLEMENTATION(archive::version_type)