$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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