Boost logo

Boost Users :

From: Michael Fawcett (michael.fawcett_at_[hidden])
Date: 2007-03-25 11:37:47


On 3/24/07, John Maddock <john_at_[hidden]> wrote:
>
> You are using std::set incorrectly: you can't just copy stuff into it like
> that, we can't even use std::back_inserter here because std::set doesn't
> have a push_back member :-(

Well you could use std::inserter, but whether that makes things easier
or just complicates an otherwise simple loop is another matter...

--Michael Fawcett


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net