[disjoint] add error message in algorithms/detail/disjoint.hpp to check

whether this file is included somewhere or not; this file will go away
This commit is contained in:
Menelaos Karavelas
2014-05-21 15:36:22 +03:00
parent d71975878f
commit 5afdb4acbb

View File

@@ -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