]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/locale/src/shared/mo_lambda.hpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / libs / locale / src / shared / mo_lambda.hpp
index 028e818fa2c3dfd163c7e437a98018c9800db715..c14afd077154a9b23c761a07cd502a8e6c717641 100644 (file)
@@ -8,7 +8,7 @@
 #ifndef BOOST_SRC_LOCALE_MO_LAMBDA_HPP_INCLUDED
 #define BOOST_SRC_LOCALE_MO_LAMBDA_HPP_INCLUDED
 
-#include <memory>
+#include <boost/shared_ptr.hpp>
 
 namespace boost {
     namespace locale {
@@ -24,7 +24,7 @@ namespace boost {
                     }
                 };
 
-                typedef std::auto_ptr<plural> plural_ptr;
+                typedef boost::shared_ptr<plural> plural_ptr;
 
                 plural_ptr compile(char const *c_expression);