mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
389fa29ba5
commit
aed56febf6
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user