You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A bulk of the specification for the flat_* container adapters is in the container requirements clauses, as they are both containers and adapters. However, they are not listed for indexing in the clauses for containers, reversible containers, or associative containers.
I quickly hacked up a patch to do exactly that, but there were too many double-references where some members DO have "otherwise" documentation, so filing an issue as I do not have time to clean up properly right now.