From 8a152daaec54c5ca550c44e04498bdedf7c2de0e Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 1 Oct 2003 20:44:48 +0000 Subject: [PATCH] Copied ceilLg5, BIG, and log_5 from Expr.cpp to include/CORE/ExprRep.h --- Packages/Core/changes.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Packages/Core/changes.txt b/Packages/Core/changes.txt index 529bf1943ce..6ef3f8a5dab 100644 --- a/Packages/Core/changes.txt +++ b/Packages/Core/changes.txt @@ -1,4 +1,10 @@ +Version 0.15 (1 October 2003) +- Copied ceilLg5, BIG, and log_5 from Expr.cpp to include/CORE/ExprRep.h + +Version 0.14 (1 October 2003) +- Moved template code from Expr.cpp to include/CORE/ExprRep.h + Version 0.13 (1 October 2003) - Fixed makefile and example as we now have the macro CGAL_USE_CORE