Minor rename in the 'operbool' test-case to avoid special casing for D.
This is a part of the pending merge of the D module, where a method having the same name as the module would lead to ambiguities. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12297 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
4d09774cef
commit
2070812f09
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
%module operbool
|
||||
|
||||
%rename(operbool) operator bool();
|
||||
%rename(operator_bool) operator bool();
|
||||
|
||||
%inline %{
|
||||
class Test {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue