adding version macro for boost transition layer

This commit is contained in:
Shane Grant
2013-12-01 00:10:31 -08:00
parent 3411b0f3a8
commit 61315b09ec
5 changed files with 22 additions and 5 deletions

View File

@@ -656,3 +656,5 @@ int main()
return 0;
}
CEREAL_CLASS_VERSION(std::vector<int>, 1);