|
|
|
|
|
by Someone
3511 days ago
|
|
You can also defensively add a quick test to your program's startup code and unit tests. Startup will take a tiny bit longer, but those porting your code will be thankful if they hit the problem, double so if you manage to emit a useful diagnostic. |
|
Just don't use undefined behavior.