mirror of https://github.com/CGAL/cgal
*** empty log message ***
This commit is contained in:
parent
e35157473d
commit
07cf9e3329
|
|
@ -7,8 +7,10 @@
|
|||
// actual revision
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
ALL : G++ 3.4 fixes.
|
||||
ALL : Rename has_smaller_dist_to_point to has_smaller_distance_to_point
|
||||
ALL : - G++ 3.4 fixes.
|
||||
ALL : - Rename has_smaller_dist_to_point to has_smaller_distance_to_point.
|
||||
GLOB: remove Susan as maintainer
|
||||
ALL : Removed some MSC_VER macros.
|
||||
ALL : Removed Sqrt.
|
||||
ALL : Fixed demos for LEDA namespace (as suggested by Matthias).
|
||||
ALL : K::FT -> K::R::FT. (<- Sylvain)
|
||||
|
|
|
|||
|
|
@ -3,6 +3,25 @@
|
|||
//=====================================================================
|
||||
|
||||
|
||||
//---------------------------------------------------------------------
|
||||
// revision 157
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
ALL : Removed some MSC_VER macros.
|
||||
|
||||
//---------------------------------------------------------------------
|
||||
// revision 156
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
ALL : - G++ 3.4 fixes.
|
||||
|
||||
//---------------------------------------------------------------------
|
||||
// revision 155
|
||||
//---------------------------------------------------------------------
|
||||
|
||||
ALL : - Rename has_smaller_dist_to_point to has_smaller_distance_to_point.
|
||||
GLOB: remove Susan as maintainer
|
||||
|
||||
//---------------------------------------------------------------------
|
||||
// revision 154
|
||||
//---------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue