|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r82031 - sandbox-branches/geometry/index/boost/geometry/extensions/index
From: adam.wulkiewicz_at_[hidden]
Date: 2012-12-16 14:11:27
Author: awulkiew
Date: 2012-12-16 14:11:26 EST (Sun, 16 Dec 2012)
New Revision: 82031
URL: http://svn.boost.org/trac/boost/changeset/82031
Log:
Compilation error fixed.
Text files modified:
sandbox-branches/geometry/index/boost/geometry/extensions/index/static_vector.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox-branches/geometry/index/boost/geometry/extensions/index/static_vector.hpp
==============================================================================
--- sandbox-branches/geometry/index/boost/geometry/extensions/index/static_vector.hpp (original)
+++ sandbox-branches/geometry/index/boost/geometry/extensions/index/static_vector.hpp 2012-12-16 14:11:26 EST (Sun, 16 Dec 2012)
@@ -152,7 +152,7 @@
}
// nothrow
- void reserve(size_type BOOST_GEOMETRY_INDEX_ASSERT_UNUSED_PARAM(count))
+ void reserve(size_type count)
{
check_capacity(count);
}
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk