forked from boostorg/unordered
Merge unordered and hash.
Improved Codegear support in unordered. Another warning suppression in hash. [SVN r58223]
This commit is contained in:
@@ -288,6 +288,9 @@ namespace boost { namespace unordered_detail {
|
||||
{
|
||||
if (node_) {
|
||||
if (value_constructed_) {
|
||||
#if BOOST_WORKAROUND(__CODEGEARC__, BOOST_TESTED_AT(0x0613))
|
||||
struct dummy { hash_node<Alloc, Grouped> x; };
|
||||
#endif
|
||||
boost::unordered_detail::destroy(&node_->value());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user