'Generic Commit'

This commit is contained in:
Your Name
2025-06-22 12:36:28 +12:00
parent 3cc7124e14
commit 6fe9fa6078

@ -7,7 +7,7 @@
#include <stdexcept>
#include <iostream> // For error reporting in destructor
namespace simple_object_storage {
namespace getpkg {
TempDirectory::TempDirectory(const std::string& prefix) {
auto temp_dir_base = std::filesystem::temp_directory_path();