Belongs to last commit, second call to throw (not warned by by MSVC...)

[SVN r76917]
This commit is contained in:
Barend Gehrels
2012-02-06 20:53:34 +00:00
parent 56a8ecb01b
commit 178b23f538
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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