Conrad Scott
2013-07-02 13:43:16 UTC
I tried to use the %d format specifier with @printf to print a Bool
argument but received the error
ERROR: no method convert(Type{Unsigned},Bool)
Other than explicitly casting the Bool to Int64 (for example), is there
some @printf format that will work with Bools?
argument but received the error
ERROR: no method convert(Type{Unsigned},Bool)
Other than explicitly casting the Bool to Int64 (for example), is there
some @printf format that will work with Bools?