This commit is contained in:
james 2024-01-13 14:29:36 +00:00
parent 4db99f4012
commit 0d27b260c5

View File

@ -101,7 +101,7 @@ public:
~ValueMap() {} ~ValueMap() {}
bool hasMD() const { return MDMap; } bool hasMD() const { return static_cast<bool>(MDMap); }
MDMapT &MD() { MDMapT &MD() {
if (!MDMap) if (!MDMap)
MDMap.reset(new MDMapT); MDMap.reset(new MDMapT);