$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Ruben Perez (rubenperez038_at_[hidden])
Date: 2024-12-19 11:36:13
On Tue, 17 Dec 2024 at 16:30, Peter Dimov via Boost
<boost_at_[hidden]> wrote:
>
> Chuanqi Xu wrote:
> > For authors of libraries, after boost introduce modules, you only need to do 2
> > extra things:
> > - In headers, add a macro (assume its name as BOOST_MODULE_EXPORT,
> > which will be âexportâ conditionally) to the entities that need to be exported.
>
> Would have been nice if the `export` keyword was accepted and silently ignored
> when outside of module.
Wouldn't you need to still ifdef-out your includes?