fix nullstream also in pch files

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13311 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2006-03-07 10:02:07 +00:00
parent a6d1f8c80f
commit 9c5fcfa383
6 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2006-03-07 Georg Baum <Georg.Baum@post.rwth-aachen.de>
* pch.h: fix nullstream.hpp location for boost 1.33.0
2006-03-05 Lars Gullik Bjønnes <larsbj@lyx.org>
* pch.h:

View File

@ -1,3 +1,7 @@
2006-03-07 Georg Baum <Georg.Baum@post.rwth-aachen.de>
* tests/pch.h: fix nullstream.hpp location for boost 1.33.0
2006-03-06 Lars Gullik Bjønnes <larsbj@lyx.org>
* biblio.C (escape_special_chars): Update for boost::regex v4

View File

@ -12,7 +12,7 @@
#include <boost/signals/trackable.hpp>
#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>

View File

@ -19,7 +19,7 @@
#include <boost/signals/trackable.hpp>
#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>

View File

@ -1,6 +1,7 @@
2006-03-07 Georg Baum <Georg.Baum@post.rwth-aachen.de>
* debugstream.h: fix nullstream.hpp location for boost 1.33.0
* pch.h: ditto
2006-03-05 Lars Gullik Bjønnes <larsbj@lyx.org>

View File

@ -12,7 +12,7 @@
#include <boost/signals/trackable.hpp>
#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>