Browse Source

Removed a duplicate explicit instantiation from the tests.

This fixes our CI on Unix.

Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
pull/1017/head
Dimitar Dobrev 8 years ago
parent
commit
e75e96bf72
  1. 1
      tests/CSharp/CSharpTemplates.h

1
tests/CSharp/CSharpTemplates.h

@ -539,7 +539,6 @@ template class DLL_API IndependentFields<T1>; @@ -539,7 +539,6 @@ template class DLL_API IndependentFields<T1>;
template class DLL_API IndependentFields<std::string>;
template class DLL_API Base<int>;
template class DLL_API DependentValueFields<int>;
template DLL_API IndependentFields<DependentValueFields<int>::Nested> DependentValueFields<int>::returnNestedInTemplate();
template class DLL_API VirtualTemplate<int>;
template class DLL_API VirtualTemplate<bool>;
template class DLL_API HasDefaultTemplateArgument<int, int>;

Loading…
Cancel
Save