mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-20 14:59:27 +00:00
consistent macro naming throughout the project
This commit is contained in:
@@ -27,7 +27,7 @@ The binding code for ``Pet`` looks as follows:
|
||||
|
||||
namespace py = pybind11;
|
||||
|
||||
PYBIND_PLUGIN(example) {
|
||||
PYBIND11_PLUGIN(example) {
|
||||
py::module m("example", "pybind11 example plugin");
|
||||
|
||||
py::class_<Pet>(m, "Pet")
|
||||
|
||||
Reference in New Issue
Block a user