Merge branch 'develop' of github.com:boostorg/geometry into develop

This commit is contained in:
Adam Wulkiewicz
2014-04-28 12:22:37 +02:00
2 changed files with 3 additions and 4 deletions

View File

@@ -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
));
};

View File

@@ -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)