diff --git a/QP_solver/include/CGAL/QP_models.h b/QP_solver/include/CGAL/QP_models.h index 822dfd1ad29..f4970ff64ae 100644 --- a/QP_solver/include/CGAL/QP_models.h +++ b/QP_solver/include/CGAL/QP_models.h @@ -426,7 +426,8 @@ private: boost::counting_iterator > Sparse_vector_iterator; typedef boost::transform_iterator, - boost::counting_iterator > + boost::counting_iterator > + //boost::counting_iterator > Sparse_r_vector_iterator; typedef boost::transform_iterator, boost::counting_iterator > @@ -529,7 +530,8 @@ public: R_iterator get_r() const { CGAL_qpe_assertion(is_valid()); - return R_iterator (boost::counting_iterator(0), + return R_iterator (boost::counting_iterator(0), + //return R_iterator (boost::counting_iterator(0), CGAL::Map_with_default (&r_vector, default_r)); }