$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] [Pool]: How to tag pool_allocator
From: VoidEx (VoidEx_at_[hidden])
Date: 2008-10-23 13:17:35
Hello
pool_allocator based on singleton allocator, but uses it's own tag.
But I want use one pool_allocator for some strings/vectors/lists and another
for some other data, because I want destroy data separately.
Is it possible now? Or may be I do it wrong?