Imported Upstream version 1.64.0
[platform/upstream/boost.git] / boost / geometry / algorithms / detail / is_simple / multipoint.hpp
index f9f43d1..61f0bc9 100644 (file)
@@ -1,8 +1,9 @@
 // Boost.Geometry (aka GGL, Generic Geometry Library)
 
-// Copyright (c) 2014-2015, Oracle and/or its affiliates.
+// Copyright (c) 2014-2017, Oracle and/or its affiliates.
 
 // Contributed and/or modified by Menelaos Karavelas, on behalf of Oracle
+// Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
 
 // Licensed under the Boost Software License version 1.0.
 // http://www.boost.org/users/license.html
@@ -38,7 +39,8 @@ namespace detail { namespace is_simple
 template <typename MultiPoint>
 struct is_simple_multipoint
 {
-    static inline bool apply(MultiPoint const& multipoint)
+    template <typename Strategy>
+    static inline bool apply(MultiPoint const& multipoint, Strategy const&)
     {
         if (boost::empty(multipoint))
         {