Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r82077 - sandbox/static_vector/boost/container
From: adam.wulkiewicz_at_[hidden]
Date: 2012-12-18 08:27:10


Author: awulkiew
Date: 2012-12-18 08:27:09 EST (Tue, 18 Dec 2012)
New Revision: 82077
URL: http://svn.boost.org/trac/boost/changeset/82077

Log:
Removed unneeded comments.
Text files modified:
   sandbox/static_vector/boost/container/static_vector.hpp | 15 ++-------------
   1 files changed, 2 insertions(+), 13 deletions(-)

Modified: sandbox/static_vector/boost/container/static_vector.hpp
==============================================================================
--- sandbox/static_vector/boost/container/static_vector.hpp (original)
+++ sandbox/static_vector/boost/container/static_vector.hpp 2012-12-18 08:27:09 EST (Tue, 18 Dec 2012)
@@ -15,9 +15,9 @@
 
 #include <boost/config.hpp>
 #include <boost/swap.hpp>
-
-#include <boost/iterator/reverse_iterator.hpp>
 #include <boost/integer.hpp>
+#include <boost/iterator/reverse_iterator.hpp>
+#include <boost/utility/addressof.hpp>
 
 #include <boost/mpl/assert.hpp>
 #include <boost/mpl/if.hpp>
@@ -32,8 +32,6 @@
 #include <boost/type_traits/has_trivial_constructor.hpp>
 #include <boost/type_traits/has_trivial_destructor.hpp>
 
-#include <boost/utility/addressof.hpp>
-
 namespace boost { namespace container {
 
 // Forward declaration
@@ -113,15 +111,6 @@
 
 }} // namespace detail::static_vector
 
-// TODO
-
-// StoredSizeType needed?
-
-// Should StoredSizeType be typename boost::uint_value_t<Capacity>::least by default?
-// It would probably be slower
-
-// Pass error_handling as a template parameter and implement various ones?
-
 template <typename Value, std::size_t Capacity, typename StoredSizeType = std::size_t>
 class static_vector
 {


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