You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
convertTo<bool> now allow 0x0 and 0x1 as input.
It was inconsistant with the other types.
Do that by converting the string to uint8_t and then
testing for 0 or 1.
Also do a case insensitive comparison for "true" and "false".
Signed-off-by: Kevin Rocard <[email protected]>
0 commit comments