mirror of https://github.com/CGAL/cgal
21 lines
414 B
C++
21 lines
414 B
C++
// uncomment to test
|
|
// would trigger errors/warning in the testsuite
|
|
|
|
// fail to compile
|
|
// #define CGAL_NO_DEPRECATED_CODE 1
|
|
|
|
// message 1
|
|
// #define CGAL_DEPRECATED_HEADER "test_header.h"
|
|
|
|
|
|
// // message 2
|
|
// #define CGAL_DEPRECATED_HEADER "test_header.h"
|
|
// #define CGAL_REPLACEMENT_HEADER "test_replacement_header.h"
|
|
|
|
// #include <CGAL/Installation/internal/deprecation_warning.h>
|
|
|
|
int main()
|
|
{
|
|
return 0;
|
|
}
|