assume NTL has been compiled in ISO mode
commit1847ebec9e0c5b46e4f9841aa711a75c76c4c719
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 18 Jul 2015 09:22:19 +0000 (18 11:22 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sat, 18 Jul 2015 09:22:19 +0000 (18 11:22 +0200)
tree45b76d20a37d6ce3116e49a98d6003883e84f0ae
parent63e806c3aa27bd6d60b4b5979764dba584add100
assume NTL has been compiled in ISO mode

Older versions of NTL could be compiled with either NTL_STD_CXX=on
or NTL_STD_CXX=off.  NTL_STD_CXX=on became the default in NTL 5.4
and the choice was removed completely in NTL 7.0.0.
This means that the NTL_STD_CXX define can no longer be used
to check whether NTL is using namespaces.
Instead, require that NTL has been compiled in ISO mode.

Reported-by: Thomas Kahle <thomas.kahle@jpberlin.de>
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
15 files changed:
README
barvinok.cc
barvinok/NTL_QQ.h
barvinok/genfun.h
conversion.h
decomposer.cc
decomposer.h
dpoly.h
genfun_constructor.h
lattice_point.h
lexmin.cc
m4/ax_check_ntl.m4
mat_util.h
reducer.h
vertex_cone.h