|
|
|
|
|
by shin_lao
5009 days ago
|
|
I'm afraid you might be confusing a parameter supplied to the memory allocator (e.g. nothrow) and the throwing specifications of the STL. Example: some containers throw std::out_of_range if you access a non-existing element and this has nothing to do with std::nothrow. |
|