|
Boost : |
From: Joel de Guzman (joel_at_[hidden])
Date: 2004-02-19 10:55:35
Joel de Guzman wrote:
> which, when BOOST_FCPP_DEFER_DEFINITIONS is defined:
>
> plus_type plus;
ooops... that should be:
extern plus_type plus;
> IMO, this is not necessary. You can simply write:
>
> plus_type const plus;
Pardon..., that should be:
plus_type const plus = plus_type();
> and get rid of linker errors on multiple translation units.
... okidoke, that's all for today...
Regards,
-- Joel de Guzman http://www.boost-consulting.com http://spirit.sf.net
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk