|
|
|
|
|
by BeeOnRope
2944 days ago
|
|
It's not a problem for the compiler, of course. The problem is the C code that relies on it: effectively you are using a dialect of C which gives stronger guarantees, so you lose the ability to use any other implementation which doesn't provide those guarantees. |
|