summaryrefslogtreecommitdiff
path: root/boost/geometry/multi/algorithms/num_geometries.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/multi/algorithms/num_geometries.hpp')
-rw-r--r--boost/geometry/multi/algorithms/num_geometries.hpp29
1 files changed, 0 insertions, 29 deletions
diff --git a/boost/geometry/multi/algorithms/num_geometries.hpp b/boost/geometry/multi/algorithms/num_geometries.hpp
index 213339a18c..3a85f4e4bf 100644
--- a/boost/geometry/multi/algorithms/num_geometries.hpp
+++ b/boost/geometry/multi/algorithms/num_geometries.hpp
@@ -16,36 +16,7 @@
#define BOOST_GEOMETRY_MULTI_ALGORITHMS_NUM_GEOMETRIES_HPP
-#include <cstddef>
-
-#include <boost/range.hpp>
-
#include <boost/geometry/algorithms/num_geometries.hpp>
-namespace boost { namespace geometry
-{
-
-
-#ifndef DOXYGEN_NO_DISPATCH
-namespace dispatch
-{
-
-template <typename MultiGeometry>
-struct num_geometries<multi_tag, MultiGeometry>
-{
- static inline std::size_t apply(MultiGeometry const& multi_geometry)
- {
- return boost::size(multi_geometry);
- }
-};
-
-
-} // namespace dispatch
-#endif
-
-
-}} // namespace boost::geometry
-
-
#endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_NUM_GEOMETRIES_HPP