Deleted to forbid std::string construction, which decodes locale‐dependently on Windows.
Synopsis
Declared in <util/fs.h>
path(std::string s) = delete;
Parameters
Name |
Description |
s |
The string that would be constructed from. |
Created with MrDocs