summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/tr1_impl/hashtable
diff options
context:
space:
mode:
Diffstat (limited to 'libstdc++-v3/include/tr1_impl/hashtable')
-rw-r--r--libstdc++-v3/include/tr1_impl/hashtable3
1 files changed, 3 insertions, 0 deletions
diff --git a/libstdc++-v3/include/tr1_impl/hashtable b/libstdc++-v3/include/tr1_impl/hashtable
index 55056ef3da8..36194c9c0d4 100644
--- a/libstdc++-v3/include/tr1_impl/hashtable
+++ b/libstdc++-v3/include/tr1_impl/hashtable
@@ -416,6 +416,9 @@ _GLIBCXX_BEGIN_NAMESPACE_TR1
_M_erase_node(_Node*, _Node**);
public:
+ // Expose insert_return_type for profiling mode.
+ typedef _Insert_Return_Type insert_return_type;
+
// Insert and erase
_Insert_Return_Type
insert(const value_type& __v)