1. diff --git a/gruel/src/swig/pmt_swig.i b/gruel/src/swig/pmt_swig.i
  2. index 84f48b0..a4fffb7 100644
  3. --- a/gruel/src/swig/pmt_swig.i
  4. +++ b/gruel/src/swig/pmt_swig.i
  5. @@ -42,6 +42,7 @@
  6. %include <std_vector.i>
  7. %include <stl.i>
  8.  
  9. +/*
  10. namespace std {
  11. %template() vector<unsigned char>;
  12. %template() vector<uint8_t>;
  13. @@ -58,6 +59,7 @@ namespace std {
  14. %template() vector< std::complex<float> >;
  15. %template() vector< std::complex<double> >;
  16. };
  17. +*/
  18.  
  19. ////////////////////////////////////////////////////////////////////////
  20. // Language independent exception handler