
16 May
2008
16 May
'08
12:01 p.m.
I forgot about the replacement. Frank Birbacher schrieb:
If we could make fs::path a full blown STL container maybe it'll be more useful in some contexts and I guess it'll be a little easier to use.
Could I possibly make vector<string> be a path? Or at least make a new custom container be a path? All the operations of the filesystem library a templated with the path type being a parameter. Could I somehow specialize the path traits to make this work? Regards, Frank