$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2021-10-25 21:03:13
Ashish Singh wrote:
> Hi Peter,
>
> Forgot to ask:
>
> For Boost 1.69 and later, does the "way" to use the header-only approach
> remain the same as below?
>
>
> CFLAGS += \
> -DBOOST_ERROR_CODE_HEADER_ONLY \
> -DBOOST_SYSTEM_NO_DEPRECATED
1.69 is always header-only, so the BOOST_ERROR_CODE_HEADER_ONLY
macro has no effect. It doesn't hurt to define it though.