$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Ramey (ramey_at_[hidden])
Date: 2007-01-11 14:26:03
you've included *.ipp files twice.  Once in TextSerializer.h and again in in 
your instantiation.  The *.ipp files shouldn't be in the TextSerializer.h 
header
Robert Ramey