-
Pavel Rojtberg authored
`has()` only tests for an argument presence which is always true for arguments with default values. Use `get<bool>()` to check the value instead.
31da8335
`has()` only tests for an argument presence which is always true for arguments with default values. Use `get<bool>()` to check the value instead.