cgal/Stream_lines_2
Stéphane Tayeb 770492c1c7 Use new version of script create_assertions.sh to generate *_assertions.h files.
Diffs are:
 * #undef added
 * in old files, (void)0 is replaced by static_cast<void>(0)
 * in old files, lines as "#  define CGAL_xxx_assertion 1" are added
 * in point_set_processing_assertions.h, surface_mesh_parameterization_assertions.h, surface_reconstruction_points_assertions.h, "|| defined(CGAL_NDEBUG)" is replaced by "|| defined (NDEBUG)"
 * protective macros (if any) are removed
 * included files if any (<CGAL/assertions.h>, <CGAL/trace.h>) are removed
2009-10-07 07:49:44 +00:00
..
demo/Stream_lines_2 Added demos to the demos target 2008-12-18 17:29:36 +00:00
doc_tex Remove those *.jpeg files, the corresponding GIF and PDF are enough. 2009-09-18 13:56:28 +00:00
examples/Stream_lines_2 Remove obsolete makefiles, or cmake-generated makefiles that should not be under SVN. 2009-08-20 13:27:34 +00:00
include/CGAL Use new version of script create_assertions.sh to generate *_assertions.h files. 2009-10-07 07:49:44 +00:00
package_info/Stream_lines_2
test/Stream_lines_2