]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/dll/example/mangled/smart_lib.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / dll / example / mangled / smart_lib.cpp
index e6bdf05c3e21f3c722dc6faaa86a6a5c24fceb82..d8cb69c6ed85dc3f0a88bc695cd7e1a2d1a8cb3d 100644 (file)
@@ -17,7 +17,7 @@ struct alias;
 
 int main(int argc, char* argv[]) {
     /*<-*/ b2_workarounds::argv_to_path_guard guard(argc, argv); /*->*/
-    boost::filesystem::path lib_path(argv[1]);   // argv[1] contains path to directory with our plugin library
+    boost::dll::fs::path lib_path(argv[1]);      // argv[1] contains path to directory with our plugin library
     dll::smart_lib lib(lib_path);                // smart library instance
 //]
 //[smart_lib_size