]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/filesystem/src/utf8_codecvt_facet.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / filesystem / src / utf8_codecvt_facet.cpp
index e3c51c9ca46c01e6cf2676fd0c9b132e0d8ce00e..f7f9f7ef58385400cf4f73b6f36ec437a54bcc5b 100644 (file)
@@ -5,10 +5,17 @@
 
 #include "platform_config.hpp"
 
+#include <boost/filesystem/config.hpp>
+
 #define BOOST_UTF8_BEGIN_NAMESPACE \
-     namespace boost { namespace filesystem { namespace detail {
+    namespace boost { \
+    namespace filesystem { \
+    namespace detail {
 
-#define BOOST_UTF8_END_NAMESPACE }}}
+#define BOOST_UTF8_END_NAMESPACE \
+    } \
+    } \
+    }
 #define BOOST_UTF8_DECL BOOST_FILESYSTEM_DECL
 
 #include <boost/detail/utf8_codecvt_facet.ipp>