Fix typo.

This commit is contained in:
Ion Gaztañaga
2016-08-29 00:07:57 +02:00
parent 4298d1984b
commit 819cb9f1ce

View File

@@ -29,7 +29,7 @@ using list = boost::container::list<T, polymorphic_allocator<T>>;
#endif
//! A portable metafunction to obtain a deque
//! A portable metafunction to obtain a list
//! that uses a polymorphic allocator
template<class T>
struct list_of