mirror of https://github.com/CGAL/cgal
Add a TODO.
This commit is contained in:
parent
507b39078a
commit
fd690183a7
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue