Removing empty errors tests - template typename missing

The missing typename was not warning, but this is too
hard to provide error/warning messages given SWIG supports missing type
information.
This commit is contained in:
William S Fulton 2016-06-01 21:17:06 +01:00
commit fa60e9c7b0
2 changed files with 0 additions and 8 deletions

View file

@ -1,8 +0,0 @@
%module xxx
template<T> T blah(T x);