]> git.lyx.org Git - lyx.git/commitdiff
comment out the usage checking macros
authorLars Gullik Bjønnes <larsbj@gullik.org>
Wed, 5 Apr 2006 23:03:58 +0000 (23:03 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Wed, 5 Apr 2006 23:03:58 +0000 (23:03 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13562 a592a061-630c-0410-9148-cb99ea01b6c8

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