Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r81953 - sandbox-branches/geometry/index/boost/geometry/extensions/index
From: adam.wulkiewicz_at_[hidden]
Date: 2012-12-14 16:28:05


Author: awulkiew
Date: 2012-12-14 16:28:04 EST (Fri, 14 Dec 2012)
New Revision: 81953
URL: http://svn.boost.org/trac/boost/changeset/81953

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-14 16:28:04 EST (Fri, 14 Dec 2012)
@@ -104,7 +104,7 @@
         else
         {
             BOOST_ASSERT_MSG(s <= Capacity, "size can't exceed the capacity");
- this->construct(this->ptr(m_size), this->ptr(s)
+ this->construct(this->ptr(m_size), this->ptr(s),
                             boost::has_trivial_constructor<value_type>()); // may throw
             m_size = s;
         }


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