Fixed warning on gcc3.

This commit is contained in:
Michael Hoffmann 2001-06-18 13:49:29 +00:00
parent 61cd664f05
commit 2a8f2cb02f
4 changed files with 5 additions and 5 deletions

View File

@ -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>}

View File

@ -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>}

View File

@ -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

View File

@ -1,2 +1 @@
1.43 (15 September 2000)
maintainer: Michael Hoffmann <hoffmann@inf.ethz.ch>
1.44 (18 June 2001)