summaryrefslogtreecommitdiff
path: root/boost/geometry/algorithms/detail/calculate_null.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/algorithms/detail/calculate_null.hpp')
-rw-r--r--boost/geometry/algorithms/detail/calculate_null.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/geometry/algorithms/detail/calculate_null.hpp b/boost/geometry/algorithms/detail/calculate_null.hpp
index 4b48d62fc2..3ebca83506 100644
--- a/boost/geometry/algorithms/detail/calculate_null.hpp
+++ b/boost/geometry/algorithms/detail/calculate_null.hpp
@@ -21,9 +21,9 @@ namespace boost { namespace geometry
namespace detail
{
-template<typename ReturnType, typename Geometry, typename Strategy>
struct calculate_null
{
+ template<typename ReturnType, typename Geometry, typename Strategy>
static inline ReturnType apply(Geometry const& , Strategy const&)
{
return ReturnType();