$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [serialization] Undefined symbol
From: John Reid (j.reid_at_[hidden])
Date: 2011-02-15 14:43:33
Hi,
I'm trying to work on some code I haven't looked at in some time and in 
debug builds (with gcc 4.4.3) I keep getting an undefined symbol:
boost::serialization::version<boost::multi_index::detail::serialization_version<bio::BindingHit<bio::BindingModel> 
 > >::value
I can't work out where this is getting referenced and why the compiler 
is not instantiating it there? Can anyone point me in the right 
direction? I'm using boost SVN revision 64053.
Thanks,
John.