On 8/15/22 20:14, Alan de Freitas via Boost wrote:
Assigning or constructing a path
from e.g. std::list<char> doesn't make much sense,
Why not?
Because list is not a string. If you're assigning a list to a path, most
likely you are doing something wrong.