[Filesystem] asymmetry between path(Iter, Iter) and begin/end ??

16 May
2008
16 May
'08
11:57 a.m.
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
6239
Age (days ago)
6239
Last active (days ago)
0 comments
1 participants
participants (1)
-
Frank Birbacher