mirror of
https://github.com/pybind/pybind11.git
synced 2026-05-12 09:17:42 +00:00
Report C++ Info: via pytest_report_header() (#4046)
* Report `C++ Info:` from `pytest_configure()` * Use pytest_report_header() as suggested by @skylion007
This commit is contained in:
committed by
GitHub
parent
cd08869df1
commit
85bc088441
@@ -38,6 +38,7 @@
|
||||
# define PYBIND11_CPP17
|
||||
# if __cplusplus >= 202002L
|
||||
# define PYBIND11_CPP20
|
||||
// Please update tests/pybind11_tests.cpp `cpp_std()` when adding a macro here.
|
||||
# endif
|
||||
# endif
|
||||
# endif
|
||||
|
||||
Reference in New Issue
Block a user