From d460ae8eb8cd5801f4f3f0e36804ddb0be761fa4 Mon Sep 17 00:00:00 2001 From: Barend Gehrels Date: Tue, 5 May 2015 16:43:59 +0200 Subject: [PATCH] [buffer] enable side_of_intersection approach by default --- .../boost/geometry/algorithms/detail/buffer/buffer_policies.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/geometry/algorithms/detail/buffer/buffer_policies.hpp b/include/boost/geometry/algorithms/detail/buffer/buffer_policies.hpp index 58b1cf5a9..8def4d5f4 100644 --- a/include/boost/geometry/algorithms/detail/buffer/buffer_policies.hpp +++ b/include/boost/geometry/algorithms/detail/buffer/buffer_policies.hpp @@ -9,6 +9,7 @@ #ifndef BOOST_GEOMETRY_ALGORITHMS_DETAIL_BUFFER_BUFFER_POLICIES_HPP #define BOOST_GEOMETRY_ALGORITHMS_DETAIL_BUFFER_BUFFER_POLICIES_HPP +#define BOOST_GEOMETRY_BUFFER_USE_SIDE_OF_INTERSECTION #include