Add deprecated PSP V1 API macro

This commit is contained in:
Simon Giraudot 2017-12-04 11:08:46 +01:00
parent ae41b4af74
commit 670346ba86
1 changed files with 6 additions and 0 deletions

View File

@ -370,4 +370,10 @@
# define CGAL_point_set_processing_expensive_exactness_warnings 1
#endif // CGAL_POINT_SET_PROCESSING_NO_WARNINGS
#undef CGAL_POINT_SET_PROCESSING_DEPRECATED_V1_API
#define CGAL_POINT_SET_PROCESSING_DEPRECATED_V1_API(FCT) \
std::cerr << "Warning: you are using the deprecated V1 API of the Point Set Processing\n function " \
<< FCT << ", please update your code." << std::endl
/// \endcond