Improve compilation.

This commit is contained in:
Marcel Keller
2018-10-29 23:36:26 +11:00
parent c8e028b8c0
commit d23248f696
13 changed files with 62 additions and 51 deletions

View File

@@ -132,7 +132,4 @@ BreakType Program<T>::execute(Processor<T>& Proc, int PC) const
return TIME_BREAK;
}
template class Program<FakeSecret>;
template class Program<ReplicatedSecret>;
} /* namespace GC */