Fix CE.
GitOrigin-RevId: 6469e470803563c3451895189aa896dfb1e1e23f
This commit is contained in:
parent
b498688054
commit
fa11870016
@ -205,7 +205,7 @@ void parse(Variant<Types...> &variant, ParserT &parser) {
|
||||
using T = std::decay_t<decltype(*ptr)>;
|
||||
if (offset == type_offset) {
|
||||
variant = T();
|
||||
parse(variant.get<T>(), parser);
|
||||
parse(variant.template get<T>(), parser);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user