remove bogus define

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2099 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2001-06-07 19:14:28 +00:00
parent 389fa29ba5
commit aed56febf6
2 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,7 @@
2001-06-07 Lars Gullik Bjønnes <larsbj@birdstep.com>
* boost/limits.hpp: completely bogus jug addon removed.
* boost/crc.hpp: possible fix for the cxx compilation problems, as
suggested on the boost list.

View File

@ -11,10 +11,6 @@
#include <boost/config.hpp>
// for now just deactivate the following as otherwise we cannot compile
// using LString.h and our own string implementation (Jug)
#define BOOST_NO_LIMITS 1
#ifdef BOOST_NO_LIMITS
#include <boost/detail/limits.hpp>
#else