Closed Tindarid closed 1 year ago
In case of calling emplace(), if constructor throws exception, application calls terminate() and it is not catched
emplace()
terminate()
In case of calling
emplace()
, if constructor throws exception, application callsterminate()
and it is not catched