forked from boostorg/unordered
removed duplicated call to destroy
This commit is contained in:
@@ -1169,7 +1169,6 @@ public:
|
|||||||
}
|
}
|
||||||
BOOST_CATCH(...){
|
BOOST_CATCH(...){
|
||||||
x.clear();
|
x.clear();
|
||||||
destroy();
|
|
||||||
BOOST_RETHROW
|
BOOST_RETHROW
|
||||||
}
|
}
|
||||||
BOOST_CATCH_END
|
BOOST_CATCH_END
|
||||||
|
Reference in New Issue
Block a user