mirror of https://github.com/swig/swig
Fix SWIG warning from testcase cpp11_constexpr
Introduced by previous commit.
This commit is contained in:
parent
b1388bcbf9
commit
c67e4dd06f
|
@ -13,6 +13,9 @@
|
|||
#endif
|
||||
%}
|
||||
|
||||
%ignore operator==(ConstExpressions,ConstExpressions);
|
||||
%ignore operator!=(ConstExpressions,ConstExpressions);
|
||||
|
||||
%inline %{
|
||||
#ifdef SWIG
|
||||
#define SWIGTESTCONST const
|
||||
|
|
Loading…
Reference in New Issue