$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Ramey (ramey_at_[hidden])
Date: 2005-05-11 01:22:27
 I don't know how to avoid this either.  If you figure out how to do this let me know
Robert Ramey
  And when i archive the array in another .cpp the exception is raised, because
  the class B<int> as not been exported.
   
  I would like to avoid explicitly declare 
BOOST_CLASS_EXPORT_GUID(B<int>, "B_int")
  For each instanciation of B<> somewhere in the glo bal space.