]> git.lyx.org Git - features.git/commitdiff
fix compilation with boost 1.33.0
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Tue, 7 Mar 2006 08:29:12 +0000 (08:29 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Tue, 7 Mar 2006 08:29:12 +0000 (08:29 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13310 a592a061-630c-0410-9148-cb99ea01b6c8

src/support/ChangeLog
src/support/debugstream.h

index 4fa4c2faf53ada842663d6358732298bd952191e..62fa088941beaa1cfc36f7c2b1f3ffecfdcb19ca 100644 (file)
@@ -1,3 +1,7 @@
+2006-03-07  Georg Baum  <Georg.Baum@post.rwth-aachen.de>
+
+       * debugstream.h: fix nullstream.hpp location for boost 1.33.0
+
 2006-03-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
 
        * filetools.C (NormalizePath): Change to use boost::filesystem and
index 47ab04aa8d8c66adec8ad545b592c2f380c97879..9b01f2702f12c8bf6c717c1f005fb59270e57a45 100644 (file)
@@ -16,7 +16,7 @@
 
 #include <boost/version.hpp>
 
-#if BOOST_VERSION < 103301
+#if BOOST_VERSION < 103300
 #  include <boost/test/detail/nullstream.hpp>
 #else
 #  include <boost/test/utils/nullstream.hpp>