dcleblanc/SafeInt

Add constexpr support

Closed this issue · 3 comments

Most SafeInt expressions can be constexpr.

OK, I agree, but do you see examples of places that could benefit? Go ahead and fix this if you like, or explain a bit more where you'd like to see changes.

constexpr support is going to be a problem because Visual Studio doesn't correctly set __cplusplus value.

Done, lot of work