X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=include%2Fllvm%2FExecutionEngine%2FOrc%2FRPCUtils.h;h=465a464193e8678d66dcd16323d5a219fb5c3ffb;hp=d275f6423085cd06e9b8c0345cba691ac3351299;hb=9705af5059e4c3e86030ef7b530bd241abfbb4ec;hpb=189e8f0b8a884b2546816635f7b1c66c5d958ab9 diff --git a/include/llvm/ExecutionEngine/Orc/RPCUtils.h b/include/llvm/ExecutionEngine/Orc/RPCUtils.h index d275f642308..465a464193e 100644 --- a/include/llvm/ExecutionEngine/Orc/RPCUtils.h +++ b/include/llvm/ExecutionEngine/Orc/RPCUtils.h @@ -95,7 +95,7 @@ public: }; private: - template class CallHelper {}; + template class CallHelper; template class CallHelper> { @@ -109,7 +109,7 @@ private: } }; - template class HandlerHelper {}; + template class HandlerHelper; template class HandlerHelper> {