Advertisement
Guest User

Untitled

a guest
Jun 12th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. %{
  2. #include <shogun/base/some.h>
  3. #include <shogun/base/SGObject.h>
  4. #include <shogun/io/SGIO.h>
  5. %}
  6. %include <shogun/base/some.h>
  7.  
  8.  
  9. %template (SomeSGObject) shogun::Some<CSGObject>;
  10. %template (SomeSGIO) shogun::Some<SGIO>;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement