cgal/STL_Extension
Andreas Meyer fdeedcf8b0 some low level code cleanup. renamed
* CGAL_error to CGAL_error_msg
* introduced a macro CGAL_error()
* added some words about CGAL_error to the developers manual
* renamed most of assert(x) into CGAL_assertion(x)
* renamed exit(x) with x != 0 , CGAL_assertion(false) and assert(false) into CGAL_error
* CORE left untouched, OpenNL changed
2007-11-07 16:51:18 +00:00
..
doc_tex Variadic template syntax is not supported by the manual tools 2007-11-02 22:23:46 +00:00
examples/STL_Extension Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
include/CGAL some low level code cleanup. renamed 2007-11-07 16:51:18 +00:00
src/CGAL Using an anonymous namespace is much more funky than static funcitons/variables. 2007-11-07 15:50:25 +00:00
test/STL_Extension * removed unused "old_alloc_strategy", based on LEDA 2007-04-20 12:16:17 +00:00
changes.txt updated changes.txt 2007-02-22 11:23:09 +00:00
description.txt
maintainer