From 5afdb4acbbda7eb57065d50f809ceb52a14157bb Mon Sep 17 00:00:00 2001 From: Menelaos Karavelas Date: Wed, 21 May 2014 15:36:22 +0300 Subject: [PATCH] [disjoint] add error message in algorithms/detail/disjoint.hpp to check whether this file is included somewhere or not; this file will go away --- include/boost/geometry/algorithms/detail/disjoint.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/boost/geometry/algorithms/detail/disjoint.hpp b/include/boost/geometry/algorithms/detail/disjoint.hpp index 10917cded..089acc523 100644 --- a/include/boost/geometry/algorithms/detail/disjoint.hpp +++ b/include/boost/geometry/algorithms/detail/disjoint.hpp @@ -15,6 +15,8 @@ #ifndef BOOST_GEOMETRY_ALGORITHMS_DETAIL_DISJOINT_HPP #define BOOST_GEOMETRY_ALGORITHMS_DETAIL_DISJOINT_HPP +#error This file should not be included; it will go away + // Note: contrary to most files, the geometry::detail::disjoint namespace // is partly implemented in separate files, to avoid circular references // disjoint -> get_turns -> disjoint