...
[ISO/IEC 14882-2014] | 23.2.4, "Associative Containers" |
[Meyers 01] | Item 21: Always have comparison functions return false for equal values |
[Sutter 05] | Item 83: Use a checked STL implementation |
...
CTR39-CPP. Do not use pointer arithmetic on polymorphic objects 006. Containers (CTR)