|
|
|
|
|
by AaronBallman
2249 days ago
|
|
I don't think it's a myth so much as a misunderstanding of terminology. If an implementation defines some undefined behavior from the standard, it stops being undefined behavior at that point (for that implementation) and is no longer something you need to avoid except for portability concerns. You're exactly right that this is why there is a distinction between conforming and strictly conforming code. |
|