Quick fix
This commit is contained in:
parent
7bf4cf8b53
commit
176ad609ce
@ -128,7 +128,7 @@ namespace detail {
|
||||
const char* signature,
|
||||
source_location location
|
||||
) {
|
||||
if(as_bool(condition)) {
|
||||
if(!as_bool(condition)) {
|
||||
assert_fail(type, args, signature, location, message);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user