summaryrefslogtreecommitdiff
path: root/boost/container/new_allocator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/container/new_allocator.hpp')
-rw-r--r--boost/container/new_allocator.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/boost/container/new_allocator.hpp b/boost/container/new_allocator.hpp
index 1ac15d8a25..6a1d8c76e3 100644
--- a/boost/container/new_allocator.hpp
+++ b/boost/container/new_allocator.hpp
@@ -29,6 +29,8 @@
namespace boost {
namespace container {
+/// @cond
+
template<bool Value>
struct new_allocator_bool
{ static const bool value = Value; };
@@ -36,6 +38,8 @@ struct new_allocator_bool
template<class T>
class new_allocator;
+/// @endcond
+
//! Specialization of new_allocator for void types
template<>
class new_allocator<void>