Unverified Commit d3c999c7 authored by Boris Staletic's avatar Boris Staletic Committed by GitHub
Browse files

fix: rename `pybind11::module` to `pybind11::module_` (#2489)

Support C++20. For backwards compatibility, we provide an alias for the old name.
This change is necessary to easily avoid errors when a compiler thinks
`module` is used as a keyword.
parent e37921d7
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment