Public Member Functions | |
None | build_extensions (self) |
Customized build_ext that allows an auto-search for the highest supported C++ level for Pybind11Extension. This is only needed for the auto-search for now, and is completely optional otherwise.
Definition at line 271 of file setup_helpers.py.
None pybind11.setup_helpers.build_ext.build_extensions | ( | self | ) |
Build extensions, injecting C++ std for Pybind11Extension if needed.
Definition at line 278 of file setup_helpers.py.