$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Glen Fernandes (glen.fernandes_at_[hidden])
Date: 2019-09-12 01:14:52
On Wed, Sep 11, 2019 at 4:15 PM Osman Zakir via Boost-users
<boost-users_at_[hidden]> 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?
b2 cxxstd=17
Glen