mirror of
https://github.com/boostorg/unordered.git
synced 2025-07-30 03:17:15 +02:00
Workaround another in-place destruction.
[SVN r50029]
This commit is contained in:
@ -172,7 +172,7 @@ namespace boost {
|
|||||||
{
|
{
|
||||||
if (node_) {
|
if (node_) {
|
||||||
if (value_constructed_) {
|
if (value_constructed_) {
|
||||||
node_->value().~value_type();
|
boost::unordered_detail::destroy(&node_->value());
|
||||||
}
|
}
|
||||||
|
|
||||||
if (node_constructed_)
|
if (node_constructed_)
|
||||||
|
Reference in New Issue
Block a user