|
|
|
|
|
by einpoklum
20 days ago
|
|
It has some very useful principles, but also some super-annoying gaffes and mis-design aspects. One example: Allocators. What a mess! Or the fact that if a map lookup fails, an exception is thrown. I can't count the times I've had some app just bail out on me with an at() exception, because the author neglected to handle it (and the map/unordered map interface did not force them to). That does not detract from Stepanov's important work. |
|
I see that problem much more often than crashes due to unchecked map lookups in production, which are very rare for me. Less than once a year.