mirror of https://github.com/CGAL/cgal
27 lines
652 B
C++
27 lines
652 B
C++
// Copyright (c) 2013
|
|
// Utrecht University (The Netherlands),
|
|
// ETH Zurich (Switzerland),
|
|
// INRIA Sophia-Antipolis (France),
|
|
// Max-Planck-Institute Saarbruecken (Germany),
|
|
// and Tel-Aviv University (Israel). All rights reserved.
|
|
//
|
|
// This file is part of CGAL (www.cgal.org)
|
|
//
|
|
// $URL$
|
|
// $Id$
|
|
// SPDX-License-Identifier: LGPL-3.0-or-later OR LicenseRef-Commercial
|
|
//
|
|
//
|
|
// Author(s) : Sebastien Loriot <sebastien.loriot@cgal.org>
|
|
|
|
|
|
#ifndef CGAL_RESULT_OF_H
|
|
#define CGAL_RESULT_OF_H
|
|
|
|
#define CGAL_DEPRECATED_HEADER "<CGAL/result_of.h>"
|
|
#define CGAL_REPLACEMENT_HEADER "<CGAL/config.h>"
|
|
|
|
#include <CGAL/config.h>
|
|
|
|
#endif // CGAL_RESULT_OF_H
|