]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/quickbook/src/native_text.hpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / tools / quickbook / src / native_text.hpp
index e138c3a6e39e559698e0fe01cd2e905f4860e15a..33047e4a21be1d78814dd5374412ac93127590c6 100644 (file)
 #if !defined(BOOST_QUICKBOOK_DETAIL_NATIVE_TEXT_HPP)
 #define BOOST_QUICKBOOK_DETAIL_NATIVE_TEXT_HPP
 
-#include <boost/config.hpp>
-#include <string>
 #include <stdexcept>
-#include "string_view.hpp"
+#include <string>
+#include <boost/config.hpp>
 #include "fwd.hpp"
+#include "string_view.hpp"
 
 #if defined(__cygwin__) || defined(__CYGWIN__)
-#   define QUICKBOOK_CYGWIN_PATHS 1
+#define QUICKBOOK_CYGWIN_PATHS 1
 #elif defined(_WIN32)
-#   define QUICKBOOK_WIDE_PATHS 1
-    // Wide streams work okay for me with older versions of Visual C++,
-       // but I've had reports of problems. My guess is that it's an
-       // incompatibility with later versions of windows.
-#   if defined(BOOST_MSVC) && BOOST_MSVC >= 1700
-#       define QUICKBOOK_WIDE_STREAMS 1
-#   endif
+#define QUICKBOOK_WIDE_PATHS 1
+// Wide streams work okay for me with older versions of Visual C++,
+// but I've had reports of problems. My guess is that it's an
+// incompatibility with later versions of windows.
+#if defined(BOOST_MSVC) && BOOST_MSVC >= 1700
+#define QUICKBOOK_WIDE_STREAMS 1
+#endif
 #endif
 
 #if !defined(QUICKBOOK_WIDE_PATHS)