Skip to content
Snippets Groups Projects
Commit 4edfb4bf authored by Pascal Palenda's avatar Pascal Palenda
Browse files

Add support for msvc 2022

When using more recent msvc STL's, VAPython emitted numerous `error C2039: '_invalid_parameter': is not a member of '`global namespace''`
and `error C3861: '_invalid_parameter': identifier not found`.
This was caused due to the `undef` of `_DEBUG` before the inclusion of the python headers.
This commit should fix these issues.

In addition, it cleans up the headers and adds include watchers.

References:
[1](https://github.com/microsoft/STL/issues/2335)
[2](https://github.com/pybind/pybind11/issues/3459)
[3](https://github.com/pybind/pybind11/pull/3497)
[4](https://github.com/microsoft/onnxruntime/issues/9735)
parent c89e9bac
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment