Skip to content
Snippets Groups Projects

fix std::vector<double> problem with SWIG 4.2.x

Merged Boman Romain requested to merge boman into master
4 files
+ 43
1
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 5
0
@@ -43,6 +43,11 @@ threads="1"
@@ -43,6 +43,11 @@ threads="1"
%include "fwkw.swg"
%include "fwkw.swg"
 
// Instantiate some std templates
 
namespace std {
 
%template(std_vector_double) std::vector<double>;
 
}
 
%include "fwk.h"
%include "fwk.h"
//%#define SHARED_PTR_DISOWN $disown
//%#define SHARED_PTR_DISOWN $disown
Loading