]> git.lyx.org Git - lyx.git/blobdiff - src/support/path.h
comment out the usage checking macros
[lyx.git] / src / support / path.h
index 2d1c43875b681edf814258c0283dec5752e08f56..d1c4dfe18fac0ad6b68ce9078cb7a48bd6b0be76 100644 (file)
@@ -54,9 +54,10 @@ private:
 // Path p("/tmp");  // right
 // we add this macro:
 ///
-#ifndef PATH_C
-#define Path(x) unnamed_Path;
-#endif
+// With boost 1.34 this is not usable anymore
+//#ifndef PATH_C
+//#define Path(x) unnamed_Path;
+//#endif
 // Tip gotten from Bobby Schmidt's column in C/C++ Users Journal
 
 } // namespace support