Deleted to forbid appending a std::string, 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
Name |
Description |
s |
The string that would be appended. |
Created with MrDocs