- SF#3540497 HashMap iterator crash in VS 2010

- allow Buffer resize to zero
This commit is contained in:
Aleksandar Fabijanic
2012-08-04 03:49:51 +00:00
parent b2b18b07a5
commit 5cade11ba6
4 changed files with 30 additions and 13 deletions

View File

@@ -67,7 +67,7 @@ public:
TemporaryFile();
/// Creates the TemporaryFile.
TemporaryFile(const std::string& tempDir);
TemporaryFile(const std::string& tempDir);
/// Creates the TemporaryFile using the given directory.
~TemporaryFile();