Something like this is getting flagged: ``` StatusCode GetValue(const std.string& rKey, Vector<int8_t>& rOut) const override; ``` The problem is Vector and int8_t are being flagged as being compared, but they are not being compared.
Something like this is getting flagged:
The problem is Vector and int8_t are being flagged as being compared, but they are not being compared.