test: minor changes to utility class
This commit is contained in:
@@ -20,10 +20,6 @@ public:
|
||||
}
|
||||
|
||||
throwing_type &operator=(const throwing_type &other) {
|
||||
if(trigger) {
|
||||
throw exception_type{};
|
||||
}
|
||||
|
||||
trigger = other.trigger;
|
||||
return *this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user