30 Jan
2007
30 Jan
'07
6:26 a.m.
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