Open zl90 opened 1 year ago
Currently the main program is leaking when it throws exceptions.
The solution to this may be std::terminate, look it up.
std::terminate
Currently the main program is leaking when it throws exceptions.
The solution to this may be
std::terminate
, look it up.