diff options
Diffstat (limited to 'libs/container/bench/detail/varray_concept.hpp')
-rw-r--r-- | libs/container/bench/detail/varray_concept.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/container/bench/detail/varray_concept.hpp b/libs/container/bench/detail/varray_concept.hpp index 103c60b47..6f044a9ac 100644 --- a/libs/container/bench/detail/varray_concept.hpp +++ b/libs/container/bench/detail/varray_concept.hpp @@ -17,14 +17,14 @@ namespace boost { namespace container { namespace container_detail { namespace c /** * VArrayStrategyConcept * - * \brief Checks strategy for varray<Value,Capacity,Strategy>, which has similarities to std::Allocator + * \brief Checks strategy for varray<Value,Capacity,Strategy>, which has similarities to std::allocator * \ingroup varray */ template<typename Strategy> struct VArrayStrategy { #ifndef DOXYGEN_NO_CONCEPT_MEMBERS - // typedefs are the same as in std::Allocator + // typedefs are the same as in std::allocator typedef typename Strategy::value_type value_type; typedef typename Strategy::size_type size_type; typedef typename Strategy::difference_type difference_type; |