Fixed problems with new wchar/mbchar conversion

bumped archive version number
This commit is contained in:
Robert Ramey
2015-10-02 15:03:02 -07:00
parent 4d9fccbee5
commit 40f6cfcc84
3 changed files with 29 additions and 29 deletions

View File

@@ -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