@@ -650,7 +650,7 @@ private:
if (not result_) {
return false;
}
- switch (tracking_) {
+ switch (*tracking_) {
case StoreResults::ForAnything:
return stat != Status::Noop;
case StoreResults::ForValid: