From: Janusz Piwowarski (jpiw_at_[hidden])
Date: 2004-03-18 03:47:22


> As far as I know, the only data member is a std::string so I doubt an
> explicit assignemnt operator is needed. I assign values to filesystem
> (in 1.30.2) and have never had a problem.
>

But it is possible to assign string, then unnecessary temporary path object
is created.

Janusz