C++ Language/Std/Stl/CollectionClasses/SortedCollections/Map/Equality

Map-equality depends on the order of items in their internal-representations (due to sort-class), not on the order of items in any literal-specficiation.

Additional information about map equality (includes interactive examples)