$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] How to deal with unused variable with a BOOST_ASSERT check?
From: Emil Dotchevski (emildotchevski_at_[hidden])
Date: 2017-09-10 04:56:02
On Sat, Sep 9, 2017 at 7:50 AM, James E. King, III via Boost <
boost_at_[hidden]> wrote:
> In serialization (boost/archive/iterators/mb_from_wchar.hpp) there is some
> code that generates a warning on release builds. We're always striving for
> warning-free code in all cases.
Use -isystem instead of -I when including Boost or any other external
headers.
Emil