Index: libs/container/doc/container.qbk =================================================================== --- libs/container/doc/container.qbk (revision 77042) +++ libs/container/doc/container.qbk (working copy) @@ -37,9 +37,9 @@ (they can be safely placed in shared memory). * The library offers new useful containers: * [classref boost::container::flat_map flat_map], - [classref boost::container::flat_map flat_set], - [classref boost::container::flat_map flat_multiset] and - [classref boost::container::flat_map flat_multiset]: drop-in + [classref boost::container::flat_set flat_set], + [classref boost::container::flat_multimap flat_multimap] and + [classref boost::container::flat_multiset flat_multiset]: drop-in replacements for standard associative containers but more memory friendly and with faster searches. * [classref boost::container::stable_vector stable_vector]: a std::list and std::vector hybrid