removed: macro TTMATH_REFERENCE_ASSERT from all methods from public interface

git-svn-id: svn://ttmath.org/publicrep/ttmath/trunk@314 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2010-09-21 15:52:48 +00:00
parent 996fac15f1
commit a67a088e3a
3 changed files with 224 additions and 75 deletions

View File

@@ -1,4 +1,4 @@
Version 0.9.2 prerelease (2010.09.19):
Version 0.9.2 prerelease (2010.09.21):
* fixed: Big::Add() sometimes incorrectly rounded the last bit from its mantissa
* fixed: Big::BigAnd() Big::BigOr() Big::BigXor() should have set NaN
when the argument was negative (they only returned 2)
@@ -59,6 +59,7 @@ Version 0.9.2 prerelease (2010.09.19):
* removed: macro TTMATH_RELEASE
for debug version define TTMATH_DEBUG macro
TTMATH_DEBUG is also automatically defined when DEBUG or _DEBUG is set
* removed: macro TTMATH_REFERENCE_ASSERT from all methods from public interface
Version 0.9.1 (2010.02.07):