|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r54030 - sandbox/monotonic/boost/monotonic
From: christian.schladetsch_at_[hidden]
Date: 2009-06-17 18:34:37
Author: cschladetsch
Date: 2009-06-17 18:34:37 EDT (Wed, 17 Jun 2009)
New Revision: 54030
URL: http://svn.boost.org/trac/boost/changeset/54030
Log:
updated comments
Text files modified:
sandbox/monotonic/boost/monotonic/forward_declarations.hpp | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
Modified: sandbox/monotonic/boost/monotonic/forward_declarations.hpp
==============================================================================
--- sandbox/monotonic/boost/monotonic/forward_declarations.hpp (original)
+++ sandbox/monotonic/boost/monotonic/forward_declarations.hpp 2009-06-17 18:34:37 EDT (Wed, 17 Jun 2009)
@@ -16,7 +16,7 @@
{
namespace monotonic
{
- /// storage for an allocator that is on the stack or heap
+ /// fixed-sized storage for an allocator that is on the stack or heap
template <size_t InlineSize = DefaultSizes::InlineSize>
struct fixed_storage;
@@ -52,12 +52,14 @@
template <class>
struct allocator;
- /// a monotonic allocator has a shared storage buffer and a no-op deallocate() method
+ /// a monotonic shared_allocator has a shared storage buffer and a no-op deallocate() method
/// defaults to use static_storage_base<..., shared_storage>
template <class>
struct shared_allocator;
- }
-}
+
+ } // namespace monotonic
+
+} // namespace boost
#endif // BOOST_MONOTONIC_FORWARD_DECLARATIONS_H
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