Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
loco-3d
Multicontact-api
Commits
fdbe81ea
Commit
fdbe81ea
authored
Jul 24, 2020
by
Pierre Fernbach
Browse files
[Serialization] increase serialization API version to 2
parent
e1728a32
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/multicontact-api/serialization/archive.hpp
View file @
fdbe81ea
...
...
@@ -15,7 +15,7 @@
#include
<boost/archive/binary_oarchive.hpp>
#include
<boost/serialization/version.hpp>
const
unsigned
int
API_VERSION
=
1
;
// must be increased everytime the save() method of a class is modified
const
unsigned
int
API_VERSION
=
2
;
// must be increased everytime the save() method of a class is modified
// Macro used to define the serialization version of a templated class
#define DEFINE_CLASS_TEMPLATE_VERSION(Template, Type) \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment