Commits
Click on a commit to change the comparison range[nfc] Add StrongBool::toBool()
I belatedly recalled that I shouldn't be using functional-style casts, since they implicitly perform a const_cast. In this case, it's not a big risk, but in theory someone could change a strong bool type to some other type with a non-const `operator bool()`, causing a safety issue.
The type already supports static_cast, of course, but no one's going to want to use that.2 months ago
by harrishancock