Bump for 2.3

This commit is contained in:
Sylvain Pion 1998-10-23 08:53:39 +00:00
parent c49c118e68
commit e469e8f3c5
2 changed files with 9 additions and 2 deletions

View File

@ -1,11 +1,14 @@
Concerning the code itself:
- make a base class with virtual functions to be redefined in the current 2
sub-classes ? Cleaner, doesn't need to redefine operator*=...
can put CGAL_FPU* in it...
- add operators like (double * Interval) -> Interval.
(double * double) -> Interval, is not overloadable, and doesn't gain much.
- shall I protect ostream operator<<() by CGAL_FPU... ?
it seems there's a pb with Linux here.
- template by float/double ? (=> must provide CGAL_FPU... for floats...)
Concerning the test-suite:
- test cast functions.
- benchs.

View File

@ -1,4 +1,8 @@
Changes done for the Interval Arithmetic package.
Changes done to the Interval Arithmetic package.
Version 2.3 on 23 October 1998
- the test-suite now includes some benchmark.
- the code is optimized, even uses the GNU extension "named return value".
Version 2.2 on 16 October 1998
- removed more spurious constructors.