|
|
|
|
|
by compiler-guy
38 days ago
|
|
The C and C++ standards include "Implementation defined behavior", which means that a conforming implementation can do whatever it wants, as long as it specifically documents and sticks to that behavior. This doesn't really help portability all that much. |
|