$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Marc Wäckerlin (marc_at_[hidden])
Date: 2007-01-30 01:26:11
Robert Ramey wrote:
> BOOST_EXPORT must
> a) be invoked outside of any namespace
> b) not have characters like < >, :: etc in it
> c) refer to a complete type
Then, how to export a type that is:
1) a template class and/or
2) inside a namespace and/or
3) non-complete?
Thank you
Regards
Marc