Comment on Real cost of C++ exception vs error-code checkingparentComments−JoeAltmaier15yYou can really make that type do a compile-time check on runtime values?It would be better to have some way of getting the compiler to optimize constraints, perhaps by proving at compile time that the error is impossible.
Comments
You can really make that type do a compile-time check on runtime values?
It would be better to have some way of getting the compiler to optimize constraints, perhaps by proving at compile time that the error is impossible.