Skip to content

Commit

Permalink
Ignored SGVector operator+ and operator+=
Browse files Browse the repository at this point in the history
  • Loading branch information
lisitsyn committed Aug 24, 2012
1 parent 2f3688a commit d50e297
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/interfaces/modular/modshogun_ignores.i
@@ -1,6 +1,8 @@
%ignore *::operator[];
%ignore *::operator();
%ignore *::operator=;
%ignore shogun::SGVector::operator+=;
%ignore shogun::SGVector::operator+;
%ignore *::operator==;
%ignore *::operator!=;
%ignore *::operator bool*;
Expand Down

0 comments on commit d50e297

Please sign in to comment.