Add comment about cpp_template_repeat testcase
This commit is contained in:
parent
fa60e9c7b0
commit
260501c45f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue