mirror of https://github.com/CGAL/cgal
fix
This commit is contained in:
parent
d45ce47cc3
commit
b93783010b
|
|
@ -94,8 +94,8 @@ public:
|
||||||
mpz_clear(mp);
|
mpz_clear(mp);
|
||||||
}
|
}
|
||||||
|
|
||||||
CORE_NEW(BigIntRep)
|
CGAL_CORE_EXPORT CORE_NEW(BigIntRep)
|
||||||
CORE_DELETE(BigIntRep)
|
CGAL_CORE_EXPORT CORE_DELETE(BigIntRep)
|
||||||
|
|
||||||
mpz_srcptr get_mp() const {
|
mpz_srcptr get_mp() const {
|
||||||
return mp;
|
return mp;
|
||||||
|
|
@ -559,7 +559,7 @@ inline BigInt randomize(const BigInt& a) {
|
||||||
}
|
}
|
||||||
//@}
|
//@}
|
||||||
|
|
||||||
CORE_MEMORY_IMPL(BigIntRep)
|
|
||||||
|
|
||||||
} //namespace CORE
|
} //namespace CORE
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1210,7 +1210,7 @@ void BinOpRep::debugTree(int level, int indent, int depthLimit) const {
|
||||||
second->debugTree(level, indent + 2, depthLimit - 1);
|
second->debugTree(level, indent + 2, depthLimit - 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
CORE_MEMORY_IMPL(BigIntRep)
|
||||||
CORE_MEMORY_IMPL(BigRatRep)
|
CORE_MEMORY_IMPL(BigRatRep)
|
||||||
CORE_MEMORY_IMPL(ConstDoubleRep)
|
CORE_MEMORY_IMPL(ConstDoubleRep)
|
||||||
CORE_MEMORY_IMPL(ConstRealRep)
|
CORE_MEMORY_IMPL(ConstRealRep)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue