Files
cgal/Installation/test/Installation/deprecation_warning.cpp
T
Laurent Rineau 808ebae064 Merge
| ------------------------------------------------------------------------
  | r64601 | pmoeller | 2011-07-05 15:17:52 +0200 (Tue, 05 Jul 2011) | 2 lines
  | Changed paths:
  |    A /branches/features/gsoc2011-boost_object-pmoeller/Installation/include/CGAL/internal/deprecation_warning.h
  |    M /branches/features/gsoc2011-boost_object-pmoeller/Installation/test/Installation/CMakeLists.txt
  |    A /branches/features/gsoc2011-boost_object-pmoeller/Installation/test/Installation/deprecation_warning.cpp
  | 
  | Added deprecation_warning.h and a pseudo useful test.
  | 
  | ------------------------------------------------------------------------
2011-07-06 12:49:49 +00:00

21 lines
401 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/internal/deprecation_warning.h>
int main()
{
return 0;
}