annotate DEPENDENCIES/generic/include/boost/geometry/algorithms/is_valid.hpp @ 133:4acb5d8d80b6 tip

Don't fail environmental check if README.md exists (but .txt and no-suffix don't)
author Chris Cannam
date Tue, 30 Jul 2019 12:25:44 +0100
parents f46d142149f5
children
rev   line source
Chris@102 1 // Boost.Geometry (aka GGL, Generic Geometry Library)
Chris@102 2
Chris@102 3 // Copyright (c) 2014, Oracle and/or its affiliates.
Chris@102 4
Chris@102 5 // Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
Chris@102 6
Chris@102 7 // Licensed under the Boost Software License version 1.0.
Chris@102 8 // http://www.boost.org/users/license.html
Chris@102 9
Chris@102 10 #ifndef BOOST_GEOMETRY_ALGORITHMS_IS_VALID_HPP
Chris@102 11 #define BOOST_GEOMETRY_ALGORITHMS_IS_VALID_HPP
Chris@102 12
Chris@102 13 #include <boost/geometry/algorithms/detail/is_valid/interface.hpp>
Chris@102 14 #include <boost/geometry/algorithms/detail/is_valid/implementation.hpp>
Chris@102 15
Chris@102 16 #endif // BOOST_GEOMETRY_ALGORITHMS_IS_VALID_HPP