]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/wave/util/file_position.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / wave / util / file_position.hpp
index 840e7cdcb02a5084b79e357f5ca3ce24960c40c4..397c20294597c621ca697a37bd87d05f2ad1da33 100644 (file)
@@ -10,8 +10,8 @@
     LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 =============================================================================*/
 
-#if !defined(FILE_POSITION_H_52BDEDF7_DAD3_4F24_802F_E66BB8098F68_INCLUDED)
-#define FILE_POSITION_H_52BDEDF7_DAD3_4F24_802F_E66BB8098F68_INCLUDED
+#if !defined(BOOST_FILE_POSITION_H_52BDEDF7_DAD3_4F24_802F_E66BB8098F68_INCLUDED)
+#define BOOST_FILE_POSITION_H_52BDEDF7_DAD3_4F24_802F_E66BB8098F68_INCLUDED
 
 #include <string>
 #include <ostream>
@@ -57,7 +57,7 @@ public:
     :   file(file_), line(line_), column(column_)
     {}
 
-// accessors
+    // accessors
     string_type const &get_file() const { return file; }
     std::size_t get_line() const { return line; }
     std::size_t get_column() const { return column; }
@@ -192,4 +192,4 @@ namespace spirit { namespace classic {
 #include BOOST_ABI_SUFFIX
 #endif
 
-#endif // !defined(FILE_POSITION_H_52BDEDF7_DAD3_4F24_802F_E66BB8098F68_INCLUDED)
+#endif // !defined(BOOST_FILE_POSITION_H_52BDEDF7_DAD3_4F24_802F_E66BB8098F68_INCLUDED)