From 09ee52fa1b84ba3e643653cec4a12a4f8e0acf3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Fri, 17 Jul 2020 11:57:01 +0200 Subject: [PATCH] Remove obsolete warning about boost version (only 1.62+ is supported now) --- Stream_support/include/CGAL/IO/WKT.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Stream_support/include/CGAL/IO/WKT.h b/Stream_support/include/CGAL/IO/WKT.h index 400b89d0f1b..65b7473e860 100644 --- a/Stream_support/include/CGAL/IO/WKT.h +++ b/Stream_support/include/CGAL/IO/WKT.h @@ -69,7 +69,6 @@ void pop_back_if_equal_to_front(CGAL::Polygon_with_holes_2& pwh) //! \tparam Point can be a `CGAL::Point_2` or `CGAL::Point_3`. //! //! \attention Only Cartesian Kernels with double or float as `FT` are supported. -//! \attention This function is only available with boost versions starting at 1.56. //! //! \see `CGAL::Point_2` //! \see `CGAL::Point_3` @@ -118,7 +117,6 @@ bool read_point_WKT(std::istream& in, //! - an `operator[]()` that takes a `size_type`. //! //! \attention Only Cartesian Kernels with double or float as `FT` are supported. -//! \attention This function is only available with boost versions starting at 1.56. //! //! \see `CGAL::Point_2` //! \see `CGAL::Point_3` @@ -166,7 +164,6 @@ bool read_multi_point_WKT(std::istream& in, //! - an `operator[]()` that takes a `size_type`. //! //! \attention Only Cartesian Kernels with double or float as `FT` are supported. -//! \attention This function is only available with boost versions starting at 1.56. //! //! \see `CGAL::Point_2` template @@ -211,7 +208,6 @@ bool read_linestring_WKT(std::istream& in, //! - an `operator[]()` that takes a `size_type`. //! //! \attention Only Cartesian Kernels with double or float as `FT` are supported. -//! \attention This function is only available with boost versions starting at 1.56. //! //! \see `CGAL::Point_2` template @@ -264,7 +260,6 @@ bool read_multi_linestring_WKT(std::istream& in, //! \tparam Polygon is a `CGAL::General_polygon_with_holes_2`. //! //! \attention Only Cartesian Kernels with double or float as `FT` are supported. -//! \attention This function is only available with boost versions starting at 1.56. //! //! \see `CGAL::General_polygon_with_holes_2` template @@ -312,7 +307,6 @@ bool read_polygon_WKT(std::istream& in, //! - an `operator[]()` that takes a `size_type`. //! //! \attention Only Cartesian Kernels with double or float as `FT` are supported. -//! \attention This function is only available with boost versions starting at 1.56. //! //! \see `CGAL::General_polygon_with_holes_2` template @@ -359,7 +353,6 @@ bool read_multi_polygon_WKT(std::istream& in, //! \tparam Point is a `CGAL::Point_2` //! //! \attention Only Cartesian Kernels with double or float as `FT` are supported. -//! \attention This function is only available with boost versions starting at 1.56. //! //! \see `CGAL::Point_2` template @@ -380,7 +373,6 @@ std::ostream& write_point_WKT(std::ostream& out, //! \tparam Polygon must be a `CGAL::General_polygon_with_holes_2` //! //! \attention Only Cartesian Kernels with double or float as `FT` are supported. -//! \attention This function is only available with boost versions starting at 1.56. //! //! \see `CGAL::General_polygon_with_holes_2` template @@ -401,7 +393,6 @@ std::ostream& write_polygon_WKT(std::ostream& out, //! \tparam LineString must be a `RandomAccessRange` of `CGAL::Point_2`. //! //! \attention Only Cartesian Kernels with double or float as `FT` are supported. -//! \attention This function is only available with boost versions starting at 1.56. //! //!\see `CGAL::Point_2` template @@ -423,7 +414,6 @@ std::ostream& write_linestring_WKT(std::ostream& out, //! \tparam MultiPoint must be a `RandomAccessRange` of `CGAL::Point_2`. //! //! \attention Only Cartesian Kernels with double or float as `FT` are supported. -//! \attention This function is only available with boost versions starting at 1.56. //! //!\see `CGAL::Point_2` template @@ -445,7 +435,6 @@ std::ostream& write_multi_point_WKT(std::ostream& out, //! \tparam MultiPolygon must be a `RandomAccessRange` of `CGAL::General_polygon_with_holes_2`. //! //! \attention Only Cartesian Kernels with double or float as `FT` are supported. -//! \attention This function is only available with boost versions starting at 1.56. //! //!\see `CGAL::General_polygon_with_holes_2` template @@ -467,7 +456,6 @@ std::ostream& write_multi_polygon_WKT(std::ostream& out, //! \tparam MultiLineString must be a `RandomAccessRange` of `LineString`. //! //! \attention Only Cartesian Kernels with double or float as `FT` are supported. -//! \attention This function is only available with boost versions starting at 1.56. //! //! \see `CGAL::write_linestring_WKT()` template @@ -503,7 +491,6 @@ std::ostream& write_multi_linestring_WKT(std::ostream& out, //! \tparam MultiPolygon must be a model of `RandomAccessRange` of `CGAL::General_polygon_with_holes_2`. //! //! \attention Only Cartesian Kernels with double or float as `FT` are supported. -//! \attention This function is only available with boost versions starting at 1.56. //! //! \see `CGAL::read_linestring_WKT()` template