Documented C++0x testcases.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-matevz@11623 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Matevz Jekovec 2009-08-17 14:42:34 +00:00
commit 67b4ad7084
7 changed files with 16 additions and 1 deletions

View file

@ -1,3 +1,5 @@
/* This testcase checks whether Swig correctly parses the double ampersand &&
move operator which is currently mapped to the reference & operator. */
%module cpp0x_rvalue_reference
%inline %{