extend comment for %nocopyctor

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9023 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-03-20 10:49:38 +00:00
commit 51d6027ead

View file

@ -1,6 +1,6 @@
%module typemap_various
// %copyctor need to be disables since 'const SWIGTYPE &' generates errors
// %copyctor need to be disables since 'const SWIGTYPE &' is intended to generate errors
%nocopyctor;
%typemap(in) SWIGTYPE "_this_will_not_compile_SWIGTYPE_"