The aforementioned table lists which containers have compatible nodes. Seems like these three rows are missing: | | | |-|- |```multimap<K, T, C1, A>```|```multimap<K, T, C2, A>``` |```multiset<K, C1, A>```|```multiset<K, C2, A>``` |```unordered_multimap<K, T, H1, E1, A>```|```unordered_multimap<K, T, H2, E2, A>``` |```unordered_multiset<K, H1, E1, A>```|```unordered_multiset<K, H2, E2, A>```