I have been using boost.build or b2 for building a project. I am trying to add C++11 contructs like auto
and begin
but the standard invokation b2 release
in the directory with the Jamfile does not recognize these.
Change boost.build jamfile for C++11 support?
8k views Asked by Humble Debugger At
2
Added the following in Jamroot
Seems to be working