Fix vector<bool> serialization for tar files and add unit tests
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
struct TemporaryFile
|
||||
{
|
||||
TemporaryFile() : path(boost::filesystem::unique_path()) {}
|
||||
TemporaryFile(const std::string& path) : path(path){}
|
||||
|
||||
~TemporaryFile() { boost::filesystem::remove(path); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user