summaryrefslogtreecommitdiffstats
path: root/dwflpp.cxx
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2009-09-02 16:43:58 -0700
committerJosh Stone <jistone@redhat.com>2009-09-02 17:13:14 -0700
commit64deb08509bf9682e7d3b8141399c5603edb2df2 (patch)
tree08618088f11078f203a98c00c5ac225a69b68738 /dwflpp.cxx
parentaca66a36681ac7cbf7fcc2eac4dafc83d6559ef9 (diff)
downloadsystemtap-steved-64deb08509bf9682e7d3b8141399c5603edb2df2.tar.gz
systemtap-steved-64deb08509bf9682e7d3b8141399c5603edb2df2.tar.xz
systemtap-steved-64deb08509bf9682e7d3b8141399c5603edb2df2.zip
Provide backward-compatible unordered_map/set
We were defining our own stap_map with a ::type to let us use typedefs to use the new unordered_map if available, or hash_map otherwise. Since unordered_map is the future direction, I'm changing our code to use that directly. The backward-compatible version is a #define to hash_map, which has a compatible interface. While I'm at it, let's also define unordered_multimap, unordered_set, and unordered_multiset. * unordered.h: New. * dwflpp.h (stap_map): Removed. (cache typedefs): Use the unordered name now.
Diffstat (limited to 'dwflpp.cxx')
0 files changed, 0 insertions, 0 deletions