$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Ramey (ramey_at_[hidden])
Date: 2006-11-30 11:46:36
Note that the library is in two parts. libboost_serialization.. contains
code used for all types of archives while libboost_wserialization contains
code used only for wide character archives. So applications using wide
character archives should link against BOTH libraries.
Robert Ramey