Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r81895 - sandbox-branches/geometry/index/boost/geometry/extensions/index
From: adam.wulkiewicz_at_[hidden]
Date: 2012-12-13 08:16:06


Author: awulkiew
Date: 2012-12-13 08:16:06 EST (Thu, 13 Dec 2012)
New Revision: 81895
URL: http://svn.boost.org/trac/boost/changeset/81895

Log:
explicit keyword added in static_vector.
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-13 08:16:06 EST (Thu, 13 Dec 2012)
@@ -34,7 +34,7 @@
     {}
 
     // strong
- static_vector(size_type s)
+ explicit static_vector(size_type s)
         : m_size(0)
     {
         resize(s); // may throw


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