mirror of
https://github.com/pybind/pybind11.git
synced 2026-06-06 06:11:25 +00:00
last breaking change: be consistent about the project name
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
*/
|
||||
|
||||
#include "example.h"
|
||||
#include <pybind/numpy.h>
|
||||
#include <pybind11/numpy.h>
|
||||
|
||||
double my_func(int x, float y, double z) {
|
||||
std::cout << "my_func(x:int=" << x << ", y:float=" << y << ", z:float=" << z << ")" << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user