#if ! gcc in [ feature.values <toolset> ]
#{
# using gcc ;
#}
#project : default-build <toolset>gcc ;
using gcc : 8.3 : /usr/local/Cellar/gcc/8.3.0_1/bin/g++-8 ;
或
using gcc : 9.1 : /usr/local/Cellar/gcc/9.1.0/bin/g++-9 ;
或
using darwin : 9.1 : /usr/local/Cellar/gcc/9.1.0/bin/g++-9 ;
using darwin : 9.1 : /usr/local/Cellar/gcc/9.1.0/bin/g++-9 ;
project : default-build <toolset>darwin ;
sudo ./b2 cxxflags=-std=c++17 install
https://heavywatal.github.io/cxx/boost.html
https://www.colabug.com/3991252.html
https://qiita.com/misho/items/0c0b3ca25bb8f62aa681