mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
TemporaryDirectory: Expose boost::filesystem::path in class interface
This commit is contained in:
@@ -120,7 +120,7 @@ public:
|
||||
|
||||
protected:
|
||||
TemporaryDirectory m_tempDir;
|
||||
string const m_autosavePath = m_tempDir.memberPath("population-autosave.txt");
|
||||
string const m_autosavePath = (m_tempDir.path() / "population-autosave.txt").string();
|
||||
RandomisingAlgorithm m_algorithm;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user