Use template Delete<> for invoking a dependent template (#8579)
This fixes MSVC (tested on MSVC2019 / 16.8) compilation error (line number is different, as I am working with protobuf 3.15.8: ``` google/protobuf/map_entry_lite.h:527: error C2760: syntax error: unexpected token ')', expected 'expression' ``` I believe [this](https://stackoverflow.com/questions/34696351/template-dependent-typename) explains why MSVC considers this to be a dependent template.pull/8584/head
parent
9b3b65ecfb
commit
465acaab66
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue