$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Meryl Silverburgh (silverburgh.meryl_at_[hidden])
Date: 2006-03-02 22:01:33
Hi,
I would like to know if I can use transform and lambda to add 2 int
vector and save the result into a third int vector
vector<int> src1;
vector<int> src2;
vector<int> result // put the value of src1 and src2