fs::path::append

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

Synopsis

Declared in <util/fs.h>

path&
append(std::string s) = delete;

Return Value

A reference to this object.

Parameters

NameDescription
sThe string that would be appended.