mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
flat_map: small doc fix
This commit is contained in:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user