$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: chun ping wang (cablepuff_at_[hidden])
Date: 2007-11-28 01:39:10
is it possible to use stl set_unions with ptr_container or do I have to
hand roll my own.
if yes what inserter should i use or how would i use two containers having
pointer of int
ptr_vector<int> a1;
ptr_vector<int> a2;
have a1 union a2 and store in a3.