On 2019-09-11 2:14 p.m., Osman Zakir via Boost-users wrote:
> Okay, so how do I build Boost under the C++17 standard? There's
> something I need to do in the configuration file, right?
part of my command line on linux (windows would be a different toolset):
./b2 --layout=versioned toolset=gcc cxxflags=-std=gnu++17 ........