mostly cleaning: remove integral_types.h and basictypes.h

This commit is contained in:
Laurent Perron
2023-08-24 14:52:54 +02:00
parent d08a7ffb47
commit fa6883d544
137 changed files with 530 additions and 636 deletions

View File

@@ -13,7 +13,7 @@
%include "ortools/base/base.i"
%import "ortools/base/integral_types.h"
%import "ortools/base/types.h"
namespace operations_research {
%define PY_PROTO_TYPEMAP(PythonModule, PythonType, CppType)

View File

@@ -14,7 +14,7 @@
// TODO(user): make this SWIG file comply with the SWIG style guide.
%include "ortools/base/base.i"
%import "ortools/base/integral_types.h"
%import "ortools/base/types.h"
// --------- std::vector<data> wrapping ----------