mirror of https://github.com/CGAL/cgal
Fixed warning on gcc3.
This commit is contained in:
parent
61cd664f05
commit
2a8f2cb02f
|
|
@ -73,7 +73,7 @@
|
|||
\ccc{points_begin[0]} is \ccc{points_begin[4]}, the furthest
|
||||
neighbor of \ccc{points_begin[1]} is \ccc{points_begin[7]} etc.).
|
||||
|
||||
\ccIncludeVerbatim{Optimisation_ref/all_furthest_neighbors_2_example_noheader.C}
|
||||
\ccIncludeVerbatim{Optimisation_ref/all_furthest_neighbors_2_example_nohead.C}
|
||||
\end{ccRefFunction}
|
||||
|
||||
\begin{ccRefClass}{All_furthest_neighbors_default_traits_2<R>}
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@
|
|||
\ccc{points_begin[0]} is \ccc{points_begin[4]}, the furthest
|
||||
neighbor of \ccc{points_begin[1]} is \ccc{points_begin[7]} etc.).
|
||||
|
||||
\ccIncludeVerbatim{Optimisation_ref/all_furthest_neighbors_2_example_noheader.C}
|
||||
\ccIncludeVerbatim{Optimisation_ref/all_furthest_neighbors_2_example_nohead.C}
|
||||
\end{ccRefFunction}
|
||||
|
||||
\begin{ccRefClass}{All_furthest_neighbors_default_traits_2<R>}
|
||||
|
|
|
|||
|
|
@ -172,7 +172,8 @@ OutputIterator
|
|||
all_furthest_neighbors_2( RandomAccessIC points_begin,
|
||||
RandomAccessIC points_end,
|
||||
OutputIterator o,
|
||||
const Traits& t,
|
||||
const Traits&
|
||||
CGAL_optimisation_expensive_precondition_code(t),
|
||||
std::random_access_iterator_tag)
|
||||
{
|
||||
#ifndef CGAL_CFG_TYPENAME_BUG
|
||||
|
|
|
|||
|
|
@ -1,2 +1 @@
|
|||
1.43 (15 September 2000)
|
||||
maintainer: Michael Hoffmann <hoffmann@inf.ethz.ch>
|
||||
1.44 (18 June 2001)
|
||||
|
|
|
|||
Loading…
Reference in New Issue