Merge pull request #75 from savage13/PlacementMap

Add PlacementMap, stubs: PlacementMapMgr and PlacementMapMgrMapArray
This commit is contained in:
notyourav
2022-01-23 00:33:57 -08:00
committed by GitHub
7 changed files with 237 additions and 2 deletions
@@ -41,6 +41,9 @@ public:
bool finishParsing_() override;
bool m7_() override;
void cleanUp();
bool calledFromMapDtor();
private:
enum class Flag {
Initialised = 1 << 0,