Closed bp-kelley closed 1 year ago
Since the minimum required C++ version is now C++17, I removed boost/filesystem
from the ReadMe
example and replaced it with <filesystem>
instead. This removes boost as a dependency to the ReadMe
example and makes this PR OBE. Update will be merged in the next release.
Great Library! This is a small fix to allow the following to compile with errors.
It simply turns off the ReadMe example when NUMCPP_NO_USE_BOOST=ON
Again, thanks for the nice work.