mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-11 05:24:02 +00:00
Removed order/closure elements because of dispatch cleanup (it is now as it was before)
[SVN r62181]
This commit is contained in:
parent
8b260caec8
commit
4f9f03e071
@ -35,8 +35,8 @@ BOOST_GEOMETRY_REGISTER_RING_TEMPLATIZED(triangle)
|
||||
namespace boost { namespace geometry { namespace dispatch {
|
||||
|
||||
// Specializations of area dispatch structure, implement algorithm
|
||||
template<typename P, typename S, closure_selector Closure>
|
||||
struct area<ring_tag, triangle<P>, clockwise, Closure, S>
|
||||
template<typename P, typename S>
|
||||
struct area<ring_tag, triangle<P>, S>
|
||||
{
|
||||
static inline double apply(triangle<P> const& t, S const&)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user