
19 Feb
2004
19 Feb
'04
3:55 p.m.
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