fs::path::operator=

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

Synopsis

Declared in <util/fs.h>

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

Return Value

A reference to this object.

Parameters

NameDescription
sThe string that would be assigned from.