$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Stuart Reynolds (boost_at_[hidden])
Date: 2008-06-21 00:27:02
I'm interested in using Boost's serialization for a middleware library
that receives allocators from the application that uses it.
Is it possible to specify which allocators for the serialization
library to uses?
I can't override global new/delete -- the application reserves the
right to do this.
Cheers,
- Stuart