- Protect deprecated functors.

This commit is contained in:
Sylvain Pion 2003-06-02 19:41:12 +00:00
parent 6687d01e7e
commit ad77cb77f3
1 changed files with 2 additions and 0 deletions

View File

@ -128,6 +128,7 @@ namespace CartesianKernelFunctors {
using CommonKernelFunctors::Less_rotate_ccw_2;
using CommonKernelFunctors::Oriented_side_2;
using CommonKernelFunctors::Oriented_side_3;
#ifndef CGAL_NO_DEPRECATED_CODE
using CommonKernelFunctors::Equal_xy_2;
using CommonKernelFunctors::Leftturn_2;
using CommonKernelFunctors::Equal_xyz_3;
@ -150,6 +151,7 @@ namespace CartesianKernelFunctors {
using CommonKernelFunctors::Construct_aff_transformation_2;
using CommonKernelFunctors::Construct_aff_transformation_3;
using CommonKernelFunctors::Compute_y_at_x_2;
#endif
#endif
template <typename K>