mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-29 19:07:15 +02:00
temporarily s/init_type/value_type in brace-init insert
This commit is contained in:
@ -1119,7 +1119,7 @@ public:
|
||||
return emplace_impl(value_from(std::forward<T>(x)));
|
||||
}
|
||||
|
||||
BOOST_FORCEINLINE std::pair<iterator,bool> insert(init_type&& x)
|
||||
BOOST_FORCEINLINE std::pair<iterator,bool> insert(/*init_type*/value_type&& x)
|
||||
{
|
||||
return emplace_impl(std::move(x));
|
||||
}
|
||||
|
Reference in New Issue
Block a user