mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 11:16:29 +03:00
flat_map: small doc fix
This commit is contained in:
committed by
Matthew Barr
parent
a55c03d1f4
commit
27adea2224
@@ -349,7 +349,7 @@ public:
|
||||
|
||||
/**
|
||||
* \brief Map container implemented internally as a sorted vector. Use this
|
||||
* rather than std::map for small sets as it's faster, uses less memory and
|
||||
* rather than std::map for small maps as it's faster, uses less memory and
|
||||
* incurs less malloc time.
|
||||
*
|
||||
* Note: we used to use boost::flat_map, but have run into problems with all
|
||||
|
Reference in New Issue
Block a user