%module template_expr // bug #925555 %inline %{ template inline const ThisType & ConcatenationOf(const vctFixedLengthConstSequenceBase<_size - 1, __stride, __elementTypeSequence, __dataPtrType> & other, __elementType last); %} // bug #956282 %inline %{ template class X {}; %} %template(X_1) X<1>; %template(X_m1) X<-1>; // bug 1338527 %inline %{ template class PatchList; %}