$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2024-12-17 15:29:44
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.