Add a TODO.

This commit is contained in:
Sylvain Pion 2009-01-07 13:18:14 +00:00
parent 507b39078a
commit fd690183a7
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@
// Note: be careful at recursive functions...
//
// See also CGAL/Profile_counter.h
//
// TODO :
// - detect and handle recursion nicely (currently it accumulates recursive times).
#include <CGAL/config.h>
#include <iostream>