When unoreded_map support was added to gcc?
I'm using gcc 4.1.1 shipped with RHEL 5.3. It looks like unoreded_map is missing. Is there a way to add it manually?
|
When unoreded_map support was added to gcc? I'm using gcc 4.1.1 shipped with RHEL 5.3. It looks like unoreded_map is missing. Is there a way to add it manually?
| |||
|
feedback
|
|
gcc doesn't have To use
The interface of | |||
|
feedback
|
|
On older gcc versions, you could also use a hash_map, which might be "good enough".
and later
which I did use often and with success. Regards rbo | |||
|
feedback
|