fs::path::path

Deleted to forbid std::string construction, which decodes locale-dependently on Windows.

Synopsis

Declared in <util/fs.h>

path(std::string s) = delete;

Parameters

NameDescription
sThe string that would be constructed from.