dpilger26 / NumCpp

C++ implementation of the Python Numpy library
https://dpilger26.github.io/NumCpp
MIT License
3.51k stars 548 forks source link

g++ build NumpyCpp Error ? #214

Closed yanglebupt closed 2 months ago

yanglebupt commented 2 months ago

I had install boost and NumpyCpp in usr/local/include, but i still get an error when using g++!How can I build successfully?

image

yanglebupt commented 2 months ago

I fixed it!