Feature request: Path append operators for strings

monarch_dodra monarchdodra at gmail.com
Tue Jul 2 13:31:13 PDT 2013


On Tuesday, 2 July 2013 at 19:46:34 UTC, TommiT wrote:
> How would you feel about adding the '/' binary operator and the 
> '/=' assignment operator for strings, wstrings and dstrings? 
> The operators would behave the same way as they do with 
> boost::filesystem::path objects:

There is a *massive* difference here. boost::filesystem adds the
overload for *path* objects. It doesn't add a global operator for
any indiscriminate string.


More information about the Digitalmars-d mailing list