fix removal of temp dir on destruct

pull/105/head
Falk Werner 1 year ago
parent c366bba343
commit 380e46f0da

@ -12,7 +12,7 @@ tempdir::tempdir()
tempdir::~tempdir() tempdir::~tempdir()
{ {
unlink(path.c_str()); rmdir(path.c_str());
} }
std::string const & tempdir::name() const std::string const & tempdir::name() const

Loading…
Cancel
Save