This commit is contained in:
Paul Walker 2020-11-09 13:38:16 +00:00 committed by GitHub
commit 914b984366
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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);