This commit is contained in:
Andreas Fabri 2016-01-21 08:40:58 +01:00
parent d45ce47cc3
commit b93783010b
2 changed files with 4 additions and 4 deletions

View File

@ -94,8 +94,8 @@ public:
mpz_clear(mp);
}
CORE_NEW(BigIntRep)
CORE_DELETE(BigIntRep)
CGAL_CORE_EXPORT CORE_NEW(BigIntRep)
CGAL_CORE_EXPORT CORE_DELETE(BigIntRep)
mpz_srcptr get_mp() const {
return mp;
@ -559,7 +559,7 @@ inline BigInt randomize(const BigInt& a) {
}
//@}
CORE_MEMORY_IMPL(BigIntRep)
} //namespace CORE

View File

@ -1210,7 +1210,7 @@ void BinOpRep::debugTree(int level, int indent, int depthLimit) const {
second->debugTree(level, indent + 2, depthLimit - 1);
}
CORE_MEMORY_IMPL(BigIntRep)
CORE_MEMORY_IMPL(BigRatRep)
CORE_MEMORY_IMPL(ConstDoubleRep)
CORE_MEMORY_IMPL(ConstRealRep)