mclow on boost-1.79.0
mclow on boost-1.79.0.beta1
amitsingh19975 on lifetime
refactor(compare): combine two … (compare)
amitsingh19975 on lifetime
refactor(compare): combine two … (compare)
Maybe you're using master branch of ublas. This feature is in develop branch right now.
Sir, how to use the develop branch?
https://github.com/boostorg/ublas/wiki/Guidelines-for-Contributors
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.