Commit 73fb65f9 by François Dumont

Fix a comment.

From-SVN: r212054
parent dd5e7837
...@@ -91,7 +91,7 @@ namespace __gnu_test ...@@ -91,7 +91,7 @@ namespace __gnu_test
struct check_consistent_alloc_value_type<T, Alloc, T> struct check_consistent_alloc_value_type<T, Alloc, T>
{ typedef T value_type; }; { typedef T value_type; };
// An allocator facade that intercepts allocate/deallocate/construct/detroy // An allocator facade that intercepts allocate/deallocate/construct/destroy
// calls and track them through the tracker_allocator_counter class. This // calls and track them through the tracker_allocator_counter class. This
// class is templated on the target object type, but tracker isn't. // class is templated on the target object type, but tracker isn't.
template<typename T, typename Alloc = std::allocator<T> > template<typename T, typename Alloc = std::allocator<T> >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment