mirror of https://github.com/CGAL/cgal
Add deprecated PSP V1 API macro
This commit is contained in:
parent
ae41b4af74
commit
670346ba86
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue