-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Pybind11 build failed on MSVC + std:c++latest on windows #1601
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The CI builds test c++latest on MSVC2017, and they seem to work fine. |
Sorry for the confusion, we (the Microsoft C++ team) use the Pybind11 project as part of our "Real world code" tests, that next release of MSVC will have this behavior. |
Hi, @wjakob , recently VS2019 preview 1 was released, could you try this version? You can download it here: https://visualstudio.microsoft.com/vs/preview/ . |
Any update? |
@wjakob Any update about this issue? |
pybind11 was somehow never tested with the C++17 standard against Python 2.7. Fixed in #2314. |
Pybind11 failed when build with std:c++latest by msvc on Windows, I use latest version 978d439 on master branch. Could you please help take a look at this?
You can repro this issue as the steps below:
Failures:
================================== FAILURES ===================================
______________________________ test_string_view _______________________________
The text was updated successfully, but these errors were encountered: