mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
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:
parent
a6d1f8c80f
commit
9c5fcfa383
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user