I have a question on unordered_map.

Are there are any boost library containers that acts like an associative array but also have the items base on how the order their inserted in. I.E. first item inserted is first one, second one is second.

Thanks.