Fixed bug 3285386: parse error from 'operator T*&()'

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12637 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Stefan Zager 2011-04-12 16:34:31 +00:00
commit cade0f6533
3 changed files with 28 additions and 1 deletions

View file

@ -264,6 +264,7 @@ CPP_TEST_CASES += \
null_pointer \
operator_overload \
operator_overload_break \
operator_pointer_ref \
operbool \
ordering \
overload_copy \