mclow on boost-1.79.0
mclow on boost-1.79.0.beta1
This is my user-config.jam
.
using clang : : clang++ : <cxxflags>"-std=c++20" <linkflags>"" <link>"-lboost_unit_test_framework" ;
I think you need to check your binary see the name of the GCC binary there, and then put it in here, or check the b2
document on how to set gcc
toolset.
<cxxflags>"-std=c++20" <linkflags>"" <link>"-lboost_unit_test_framework"
.
:
. Therefore, be careful while pasting.
Also is there any competency test or any project for ublas that i can start to learn its applications in more detail .
It will come in due time, but, right now, why don't you fix the previous pull request.