cplusplus / filesystem-ts

Library Enhancements Working Group
57 stars 15 forks source link

path::operator+= is defined, but not operator+ #7

Closed jwakely closed 10 years ago

jwakely commented 10 years ago

This doesn't seem to be in Boost.Filesystem, so maybe it isn't needed, but if path += path2works then it seems reasonable to expectpath1 + path2` to work as well.

Beman commented 10 years ago

Opened as new issue 68