I am trying to build boost json to get libboost_json.a . tried using --with-json option but it never generates .
my config says its building , but I do not see this lib getting generated , enter image description here
I am trying to build boost json to get libboost_json.a . tried using --with-json option but it never generates .
my config says its building , but I do not see this lib getting generated , enter image description here
As far as I no there may not be one.
Instead the idea is that you include boost/json/src.hpp
in one of your own TUs. Of course, nothing stops you from putting that into your own static library, if that helps your build logistics.
when u use b2 to build the boost library, just append this option like: 'cxxstd=11' or maybe u build in cpp std 14, then use this option to instead: 'cxxstd=14'