thejinchao / turbolink

TurboLink is an unreal engine plugin enables Google gRPC work with Unreal Engine using C++ and Blueprint
MIT License
129 stars 32 forks source link

CLANG BUG FIX: expected a qualified name after 'typename' #33

Closed savasozer closed 5 months ago

savasozer commented 5 months ago

While building the plugin in v22_clang-16.0.6-centos it gives the following error

Plugins\Turbolink\Source\TurboLinkGrpc\Private\TurboLinkGrpcContext.h(201,12): error: expected a qualified name after 'typename' typename FSendCompleteCallbackFunc SendCompleteCallbackFunc)

To fix: image

thejinchao commented 5 months ago

thank you very much, fixed it.