summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/profile
diff options
context:
space:
mode:
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2012-11-06 00:19:57 +0000
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>2012-11-06 00:19:57 +0000
commit36d6c60bd4798f89285fce7c77df9237452c5163 (patch)
treea466ad66fda15b294f0c9027f7906ff0903daa47 /libstdc++-v3/include/profile
parent89b7cf057f54f495b18aadd1b3d71d0e3551a542 (diff)
downloadgcc-36d6c60bd4798f89285fce7c77df9237452c5163.tar.gz
* include/profile/map.h (map::emplace_hint): Add missing return.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193202 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/profile')
-rw-r--r--libstdc++-v3/include/profile/map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstdc++-v3/include/profile/map.h b/libstdc++-v3/include/profile/map.h
index fe2f4564d0c..f96f18bab05 100644
--- a/libstdc++-v3/include/profile/map.h
+++ b/libstdc++-v3/include/profile/map.h
@@ -261,6 +261,7 @@ namespace __profile
std::forward<_Args>(__args)...);
__profcxx_map_to_unordered_map_insert(this, size_before,
size() - size_before);
+ return __res;
}
#endif