mirror of https://github.com/CGAL/cgal
Use CGAL macros for indicating deprecated headers.
This commit is contained in:
parent
b899f9f346
commit
566ad109eb
|
|
@ -35,11 +35,9 @@
|
|||
# pragma warning(disable:4180) // qualifier applied to function type has no meaning; ignored
|
||||
#endif
|
||||
|
||||
#ifdef __GNUG__
|
||||
#warning deprecated : use <CGAL/Labeled_mesh_domain_3.h> instead.
|
||||
#else
|
||||
#pragma message("WARNING (deprecated) : use <CGAL/Labeled_mesh_domain_3.h> instead.")
|
||||
#endif
|
||||
#define CGAL_DEPRECATED_HEADER "<CGAL/Mesh_3/Implicit_to_labeled_function_wrapper.h>"
|
||||
#define CGAL_REPLACEMENT_HEADER "<CGAL/Implicit_to_labeling_function_wrapper.h>"
|
||||
#include <CGAL/internal/deprecation_warning.h>
|
||||
|
||||
#include <vector>
|
||||
|
||||
|
|
|
|||
|
|
@ -26,11 +26,9 @@
|
|||
#ifndef CGAL_MESH_3_LABELED_MESH_DOMAIN_3_H
|
||||
#define CGAL_MESH_3_LABELED_MESH_DOMAIN_3_H
|
||||
|
||||
#ifdef __GNUG__
|
||||
#warning deprecated : use <CGAL/Labeled_mesh_domain_3.h> instead.
|
||||
#else
|
||||
#pragma message("WARNING (deprecated) : use <CGAL/Labeled_mesh_domain_3.h> instead.")
|
||||
#endif
|
||||
#define CGAL_DEPRECATED_HEADER "<CGAL/Mesh_3/Labeled_mesh_domain_3.h>"
|
||||
#define CGAL_REPLACEMENT_HEADER "<CGAL/Labeled_mesh_domain_3.h>"
|
||||
#include <CGAL/internal/deprecation_warning.h>
|
||||
|
||||
#include <CGAL/Mesh_3/config.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
#define CGAL_NO_DEPRECATION_WARNINGS 1
|
||||
|
||||
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
|
||||
#include <CGAL/Mesh_3/Implicit_to_labeled_function_wrapper.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -22,11 +22,12 @@
|
|||
// File Description :
|
||||
//******************************************************************************
|
||||
|
||||
#define CGAL_NO_DEPRECATION_WARNINGS 1
|
||||
|
||||
#include "test_meshing_utilities.h"
|
||||
#include <CGAL/Mesh_3/Labeled_mesh_domain_3.h>
|
||||
#include <CGAL/Mesh_3/Implicit_to_labeled_function_wrapper.h>
|
||||
|
||||
|
||||
template <typename K>
|
||||
struct LM3_tester
|
||||
{
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
//******************************************************************************
|
||||
|
||||
|
||||
#define CGAL_NO_DEPRECATION_WARNINGS 1
|
||||
|
||||
#include "debug.h"
|
||||
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue