You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#3521 broke support as __cpp_lib_char8_t is only available after including standard header <version> or one of the other specified by the standard. It actually works for MSVC debug builds due to #3497.
My workaround is to include <version> before including pybind11.h
The text was updated successfully, but these errors were encountered:
#3521 broke support as __cpp_lib_char8_t is only available after including standard header <version> or one of the other specified by the standard. It actually works for MSVC debug builds due to #3497.
My workaround is to include <version> before including pybind11.h
The text was updated successfully, but these errors were encountered: