
23 Aug
2010
23 Aug
'10
10:19 p.m.
On 23 August 2010 09:03, Jochen Wilhelmy <j.wilhelmy@arcor.de> wrote:
for boost::filesystem::path I would suggest an operator + that works like the following fs::path("foo") + "bar" -> "foobar" fs::path("foo") + "/bar" -> "foo/bar" fs::path("foo") / "bar" -> "foo/bar"
What's the situation in which you'd like to use that operator? ~ Scott