
16 May
2008
16 May
'08
3:26 p.m.
Hi! Sebastian Redl schrieb:
I really think you'll have better luck trying to find a workaround so you can map the path to a string.
I tried using a wrapper which implicitly converts to and from fs::path. That wrapper behaves like a vector<string> and at least complies if use with Ice. But it would be cleaner if either the fs::path was a container or the wrapper was a legal path (due to path traits or something). Regards, Frank