mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-04 21:54:27 +08:00
stop including our own std_vector.i, instead just extend the one provided with swig; duplicate the std_list file into the csharp wrapper in case it ends up needing to be different
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
%include "stdint.i"
|
||||
%include "std_string.i"
|
||||
%include "std_list.i"
|
||||
%include "std_vector.i"
|
||||
%include "extend_std_vector.i"
|
||||
%include "std_map.i"
|
||||
%include "std_pair.i"
|
||||
%include "carrays.i"
|
||||
@@ -262,4 +262,4 @@ typedef unsigned long long int uintmax_t;
|
||||
%{
|
||||
#include <RDGeneral/versions.h>
|
||||
%}
|
||||
%include <RDGeneral/versions.h>
|
||||
%include <RDGeneral/versions.h>
|
||||
|
||||
Reference in New Issue
Block a user