From 2a8f2cb02fcb305e208e1208f48421271ee9eed5 Mon Sep 17 00:00:00 2001 From: Michael Hoffmann Date: Mon, 18 Jun 2001 13:49:29 +0000 Subject: [PATCH] Fixed warning on gcc3. --- .../Optimisation_ref/spec_all_furthest_neighbors.tex | 2 +- .../Optimisation_ref/spec_all_furthest_neighbors.tex | 2 +- Packages/Matrix_search/include/CGAL/all_furthest_neighbors_2.h | 3 ++- Packages/Matrix_search/version | 3 +-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Packages/Matrix_search/doc_tex/Optimisation/Optimisation_ref/spec_all_furthest_neighbors.tex b/Packages/Matrix_search/doc_tex/Optimisation/Optimisation_ref/spec_all_furthest_neighbors.tex index 269c42c1055..bb71badcb23 100644 --- a/Packages/Matrix_search/doc_tex/Optimisation/Optimisation_ref/spec_all_furthest_neighbors.tex +++ b/Packages/Matrix_search/doc_tex/Optimisation/Optimisation_ref/spec_all_furthest_neighbors.tex @@ -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} diff --git a/Packages/Matrix_search/doc_tex/basic/Optimisation/Optimisation_ref/spec_all_furthest_neighbors.tex b/Packages/Matrix_search/doc_tex/basic/Optimisation/Optimisation_ref/spec_all_furthest_neighbors.tex index 269c42c1055..bb71badcb23 100644 --- a/Packages/Matrix_search/doc_tex/basic/Optimisation/Optimisation_ref/spec_all_furthest_neighbors.tex +++ b/Packages/Matrix_search/doc_tex/basic/Optimisation/Optimisation_ref/spec_all_furthest_neighbors.tex @@ -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} diff --git a/Packages/Matrix_search/include/CGAL/all_furthest_neighbors_2.h b/Packages/Matrix_search/include/CGAL/all_furthest_neighbors_2.h index 4d2885f3480..7f1017ddf95 100644 --- a/Packages/Matrix_search/include/CGAL/all_furthest_neighbors_2.h +++ b/Packages/Matrix_search/include/CGAL/all_furthest_neighbors_2.h @@ -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 diff --git a/Packages/Matrix_search/version b/Packages/Matrix_search/version index 1c7a2ab6797..c089ca22302 100644 --- a/Packages/Matrix_search/version +++ b/Packages/Matrix_search/version @@ -1,2 +1 @@ -1.43 (15 September 2000) -maintainer: Michael Hoffmann +1.44 (18 June 2001)