]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/locale/src/posix/codecvt.hpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / libs / locale / src / posix / codecvt.hpp
index 8346dbb783fe003ae8d3deb3377d37b1c08758c0..976c07e32e47d731ae9fa0f1295eabeaaeec2a01 100644 (file)
@@ -17,7 +17,7 @@ namespace boost {
 namespace locale {
 namespace impl_posix {
     BOOST_LOCALE_DECL
-    std::auto_ptr<util::base_converter> create_iconv_converter(std::string const &encoding);
+    util::base_converter *create_iconv_converter(std::string const &encoding);
 
 } // impl_posix
 } // locale