Commit 31828bd3 by Jonathan Wakely Committed by Jonathan Wakely

* include/profile/map.h (map::emplace_hint): Add missing return.

From-SVN: r193202
parent 8787e27c
2012-11-06 Jonathan Wakely <jwakely.gcc@gmail.com>
* include/profile/map.h (map::emplace_hint): Add missing return.
2012-11-05 Jonathan Wakely <jwakely.gcc@gmail.com>
* include/profile/deque: Constrain InputIterator parameters.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment