Skip to content

Commit e75e96b

Browse files
committed
Removed a duplicate explicit instantiation from the tests.
This fixes our CI on Unix. Signed-off-by: Dimitar Dobrev <[email protected]>
1 parent 1d34ccd commit e75e96b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/CSharp/CSharpTemplates.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,6 @@ template class DLL_API IndependentFields<T1>;
539539
template class DLL_API IndependentFields<std::string>;
540540
template class DLL_API Base<int>;
541541
template class DLL_API DependentValueFields<int>;
542-
template DLL_API IndependentFields<DependentValueFields<int>::Nested> DependentValueFields<int>::returnNestedInTemplate();
543542
template class DLL_API VirtualTemplate<int>;
544543
template class DLL_API VirtualTemplate<bool>;
545544
template class DLL_API HasDefaultTemplateArgument<int, int>;

0 commit comments

Comments
 (0)