mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 11:27:15 +02:00
added missing BOOST_FORCEINLINE
This commit is contained in:
@ -232,7 +232,7 @@ namespace boost {
|
||||
return table_.insert(std::forward<Ty>(value));
|
||||
}
|
||||
|
||||
std::pair<iterator, bool> insert(init_type&& value)
|
||||
BOOST_FORCEINLINE std::pair<iterator, bool> insert(init_type&& value)
|
||||
{
|
||||
return table_.insert(std::move(value));
|
||||
}
|
||||
|
Reference in New Issue
Block a user