]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/serialization/src/basic_archive.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / serialization / src / basic_archive.cpp
index 6c3386e7a3a72f3df318828998d27b2dfedf7d2a..42da5d2e201025a39903d16f4012affa5435bf55 100644 (file)
@@ -79,10 +79,11 @@ BOOST_ARCHIVE_SIGNATURE(){
 // 15- corrections to optional and collection loading
 // 16- eliminated dependency on <codecvt> which is buggy in some libraries
 //     and now officially deprecated in the standard
+// 17- Boost 1.68 August 2018
 
 BOOST_SYMBOL_VISIBLE library_version_type
 BOOST_ARCHIVE_VERSION(){
-    return library_version_type(16);
+    return library_version_type(17);
 }
 
 } // namespace archive