$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] how to pass -std=c++14 to b2 while building boost libraries
From: Frédéric Bron (frederic.bron_at_[hidden])
Date: 2015-09-30 16:36:36
>> My user-config.jam, located in the boost source directory contains:
>> using intel-linux : : icpc : <compilerflags>-xhost
>> <compilerflags>-std=c++14 ;
>
> Should be "compileflags" and not "compilerflags".
That was it and cxxflags is even better. Many thanks,
Frédéric