mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-21 03:02:10 +00:00
Merge branch 'develop' of github.com:boostorg/geometry into develop
This commit is contained in:
@@ -211,16 +211,14 @@ struct rescale_policy_type
|
||||
#endif
|
||||
>
|
||||
{
|
||||
#if ! defined(_MSC_VER)
|
||||
BOOST_STATIC_ASSERT
|
||||
(
|
||||
((
|
||||
boost::is_same
|
||||
<
|
||||
typename geometry::tag<Point>::type,
|
||||
geometry::point_tag
|
||||
>::type::value
|
||||
);
|
||||
#endif
|
||||
));
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -109,6 +109,7 @@ public :
|
||||
inline segment_ratio()
|
||||
: m_numerator(0)
|
||||
, m_denominator(1)
|
||||
, m_approximation(0)
|
||||
{}
|
||||
|
||||
inline segment_ratio(const Type& nominator, const Type& denominator)
|
||||
|
||||
Reference in New Issue
Block a user