dpilger26 / NumCpp

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

NumCpp dons't run in Debug mode of Visual Studio 2019 #135

Closed mauricewells closed 2 years ago

mauricewells commented 2 years ago

NumCpp run in Release mode of Visual Studio 2019 but doesn't run in Debug mode What is the reason? image

mauricewells commented 2 years ago

image

dpilger26 commented 2 years ago

It looks like you haven't added the boost includes to your debug config.

mauricewells commented 2 years ago

should i add boost includes?

mauricewells commented 2 years ago

oh, i solved, thank you