X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=boost%2Fgeometry%2Fmulti%2Falgorithms%2Flength.hpp;h=168e6a732f9b4b767b8035d206812ba18581a65a;hb=08c1e93fa36a49f49325a07fe91ff92c964c2b6c;hp=51ff9ef3c2b874d0f6728e00dd27fa2f7dc29542;hpb=bb4dd8289b351fae6b55e303f189127a394a1edd;p=platform%2Fupstream%2Fboost.git diff --git a/boost/geometry/multi/algorithms/length.hpp b/boost/geometry/multi/algorithms/length.hpp index 51ff9ef..168e6a7 100644 --- a/boost/geometry/multi/algorithms/length.hpp +++ b/boost/geometry/multi/algorithms/length.hpp @@ -15,43 +15,7 @@ #define BOOST_GEOMETRY_MULTI_ALGORITHMS_LENGTH_HPP -#include - #include -#include -#include -#include - - -namespace boost { namespace geometry -{ - -#ifndef DOXYGEN_NO_DISPATCH -namespace dispatch -{ - -template -struct length - : detail::multi_sum - < - typename default_length_result::type, - MultiLinestring, - Strategy, - detail::length::range_length - < - typename boost::range_value::type, - Strategy, - closed // no need to close it explicitly - > - > -{}; - - -} // namespace dispatch -#endif - - -}} // namespace boost::geometry #endif // BOOST_GEOMETRY_MULTI_ALGORITHMS_LENGTH_HPP