|
|
|
|
|
by anon4
3909 days ago
|
|
C++ is the only language I've used, where a collection of completely reasonable decisions led to the situation that "if (a == b)" worked fine, but "if (b == a)" crashed the program due to a failed assertion. And we weren't even using any templates! |
|