Reflects renaming things

[SVN r70854]
This commit is contained in:
Barend Gehrels
2011-04-02 13:31:05 +00:00
parent fbaa12058e
commit 2c0378bccb
19 changed files with 31 additions and 31 deletions

View File

@@ -47,7 +47,7 @@ void test_offset(std::string const& caseid, Geometry const& geometry,
GeometryOut moved_by_offset;
bg::offset(geometry, moved_by_offset, join_strategy(2), distance);
typename bg::length_result<Geometry>::type length
typename bg::default_length_result<Geometry>::type length
= bg::length(moved_by_offset);
/*