mirror of
https://github.com/boostorg/serialization.git
synced 2026-01-27 19:32:07 +00:00
Fixed problems with new wchar/mbchar conversion
bumped archive version number
This commit is contained in:
@@ -74,10 +74,11 @@ BOOST_ARCHIVE_SIGNATURE(){
|
||||
// 11- not changes
|
||||
// 12- improved serialization of collections
|
||||
// 13- simplified visibility, removed Borland, removed pfto
|
||||
// 14- improved visibility, refactor map/set
|
||||
|
||||
BOOST_SYMBOL_VISIBLE library_version_type
|
||||
BOOST_ARCHIVE_VERSION(){
|
||||
return library_version_type(13);
|
||||
return library_version_type(14);
|
||||
}
|
||||
|
||||
} // namespace archive
|
||||
|
||||
Reference in New Issue
Block a user