From: Robert Ramey (ramey_at_[hidden])
Date: 2007-01-29 12:01:16


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