mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 11:27:15 +02:00
activated alternative impl of nosize_unchecked_emplace_at
This commit is contained in:
@ -1708,7 +1708,7 @@ private:
|
|||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 0
|
#if 1
|
||||||
template<typename... Args>
|
template<typename... Args>
|
||||||
iterator nosize_unchecked_emplace_at(
|
iterator nosize_unchecked_emplace_at(
|
||||||
const arrays_type& arrays_,std::size_t pos0,std::size_t hash,
|
const arrays_type& arrays_,std::size_t pos0,std::size_t hash,
|
||||||
|
Reference in New Issue
Block a user