Skip to content

Commit

Permalink
Ignored {=,*,(),[]}operators in modular
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed May 23, 2012
1 parent e59e42f commit ba81d43
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion src/interfaces/modular/modshogun.i
Expand Up @@ -18,7 +18,6 @@
#endif
#undef DOCSTR

%include "modshogun_ignores.i"

/* Documentation */
%feature("autodoc","0");
Expand All @@ -43,6 +42,8 @@
#endif
#endif

%include "modshogun_ignores.i"

%include "Classifier_includes.i"
%include "Clustering_includes.i"
%include "Distance_includes.i"
Expand Down
9 changes: 5 additions & 4 deletions src/interfaces/modular/modshogun_ignores.i
@@ -1,7 +1,8 @@
%ignore operator[];
%ignore operator=;
%ignore operator==;
%ignore operator!=;
%ignore *::operator[];
%ignore *::operator();
%ignore *::operator=;
%ignore *::operator==;
%ignore *::operator!=;

#ifdef SWIGJAVA
%ignore SGIO;
Expand Down

0 comments on commit ba81d43

Please sign in to comment.