Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge explicit gko::dim operator bool
This PR makes the conversion operator from gko::dim to bool explicit, which causes it to be only used in contexts that expect booleans (logic operators, conditional statements, ...) or by explicit conversion. Related PR: #650
- Loading branch information