mirror of
https://gcc.gnu.org/git/gcc.git
synced 2025-01-15 16:24:09 +08:00
* include/profile/map.h (map::emplace_hint): Add missing return.
From-SVN: r193202
This commit is contained in:
parent
8787e27c9f
commit
31828bd36a
@ -1,3 +1,7 @@
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user