KDAB / KDAlgorithms

Algorithm wrappers
Other
82 stars 15 forks source link

Fix transform precondition #45

Closed narnaud closed 1 year ago

narnaud commented 1 year ago

It should return the container value, not bool. The test was working as an int is automatically casted as a bool.

Fix #43

jesperkdab commented 1 year ago

Thanks. Sanity restored.