Boost logo

Boost :

From: Frank Birbacher (bloodymir.crap_at_[hidden])
Date: 2008-05-16 07:57:19


Hi!

I'm wondering about the rationale regarding the following:

path p1 = ...;
path p2(p1.begin(), p1.end()); //ERROR??

How could it be the begin/end pair cannot be used to construct a new
path because the value_types are way different? I want to construct a
path from, for instance, a vector<string>. I can't do so easily.

Regards,
Frank


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk