mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-19 14:29:11 +00:00
last breaking change: be consistent about the project name
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include <pybind/pybind.h>
|
||||
#include <pybind11/pybind11.h>
|
||||
#include <iostream>
|
||||
|
||||
using std::cout;
|
||||
using std::endl;
|
||||
|
||||
namespace py = pybind;
|
||||
namespace py = pybind11;
|
||||
|
||||
Reference in New Issue
Block a user