Add comment about cpp_template_repeat testcase

This commit is contained in:
William S Fulton 2016-06-01 21:20:51 +01:00
commit 260501c45f

View file

@ -4,4 +4,4 @@ template<class T> T blah(T x) { };
%template(iblah) blah<int>;
%template(iiblah) blah<int>;
// The second %template instantiation above should surely be ignored with a warning, but doesn't atm