remark on the change from void to bool in the concept

This commit is contained in:
Dmitry Anisimov 2021-06-28 18:54:58 +02:00
parent 3263e54a3a
commit e3c6ff7c2f
2 changed files with 13 additions and 5 deletions

View File

@ -65,4 +65,17 @@ public:
const std::vector<std::size_t>& indices) {
}
/*!
enables to update any information that is maintained with the region
represented by `indices`.
\deprecated This is deprecated function that was used in all versions before \cgal 5.4.
The change from `void` in the old version to `bool` in the new version affects
only user-defined region types.
*/
void update(
const std::vector<std::size_t>& indices) {
}
};

View File

@ -59,11 +59,6 @@ Property maps that can be used with the `CGAL::Shape_detection::Efficient_RANSAC
\addtogroup PkgShapeDetectionRANSAC
\defgroup PkgShapeDetectionDEPR Deprecated
\ingroup PkgShapeDetectionRef
Deprecated components.
\addtogroup PkgShapeDetectionRef
\cgalPkgDescriptionBegin{Shape Detection, PkgShapeDetection}