mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-11 11:52:11 +00:00
Belongs to last commit, second call to throw (not warned by by MSVC...)
[SVN r76917]
This commit is contained in:
@@ -279,7 +279,7 @@ inline typename Strategy::return_type area(
|
||||
{
|
||||
concept::check<Geometry const>();
|
||||
|
||||
detail::throw_on_empty_input(geometry);
|
||||
// detail::throw_on_empty_input(geometry);
|
||||
|
||||
return dispatch::area
|
||||
<
|
||||
|
||||
@@ -188,7 +188,7 @@ inline typename default_length_result<Geometry>::type length(
|
||||
{
|
||||
concept::check<Geometry const>();
|
||||
|
||||
detail::throw_on_empty_input(geometry);
|
||||
// detail::throw_on_empty_input(geometry);
|
||||
|
||||
return dispatch::length
|
||||
<
|
||||
|
||||
@@ -128,7 +128,7 @@ inline typename default_length_result<Geometry>::type perimeter(
|
||||
{
|
||||
concept::check<Geometry const>();
|
||||
|
||||
detail::throw_on_empty_input(geometry);
|
||||
// detail::throw_on_empty_input(geometry);
|
||||
|
||||
return dispatch::perimeter
|
||||
<
|
||||
|
||||
Reference in New Issue
Block a user