From d96e31bb1bb01a9f8825df0698eac80b7817eb47 Mon Sep 17 00:00:00 2001 From: Adam Wulkiewicz Date: Sun, 16 Dec 2012 19:11:26 +0000 Subject: [PATCH] Compilation error fixed. [SVN r82031] --- include/boost/geometry/extensions/index/static_vector.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/geometry/extensions/index/static_vector.hpp b/include/boost/geometry/extensions/index/static_vector.hpp index 469794e7e..2721fd684 100644 --- a/include/boost/geometry/extensions/index/static_vector.hpp +++ b/include/boost/geometry/extensions/index/static_vector.hpp @@ -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); }