29 Jan
2007
29 Jan
'07
5:01 p.m.
BOOST_EXPORT must a) be invoked outside of any namespace b) not have characters like < >, :: etc in it c) refer to a complete type If these restrictions create difficulty, look up the definition of the macro in export.hpp as well as information on export in the documentation and invoke another macro or the template directly. Robert Ramey