Workaround another in-place destruction.

[SVN r50029]
This commit is contained in:
Daniel James
2008-11-29 21:47:55 +00:00
parent c2425106ea
commit c1e9a6ac59

View File

@ -172,7 +172,7 @@ namespace boost {
{
if (node_) {
if (value_constructed_) {
node_->value().~value_type();
boost::unordered_detail::destroy(&node_->value());
}
if (node_constructed_)