mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-11 11:52:11 +00:00
Compilation error fixed.
[SVN r82031]
This commit is contained in:
@@ -152,7 +152,7 @@ public:
|
||||
}
|
||||
|
||||
// nothrow
|
||||
void reserve(size_type BOOST_GEOMETRY_INDEX_ASSERT_UNUSED_PARAM(count))
|
||||
void reserve(size_type count)
|
||||
{
|
||||
check_capacity(count);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user