mirror of
https://github.com/boostorg/unordered.git
synced 2026-04-28 18:02:21 +02:00
Remember to disable exceptions before checking final value
This commit is contained in:
@@ -44,6 +44,7 @@ template <class T> struct move_assign_base : public test::exception_base
|
||||
disable_exceptions.release();
|
||||
x1 = boost::move(y1);
|
||||
|
||||
DISABLE_EXCEPTIONS;
|
||||
test::check_container(x1, y_values);
|
||||
test::check_equivalent_keys(x1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user