Deleted to forbid std::string conversion, which encodes locale-dependently on Windows.
Declared in <util/fs.h>
Deleted to forbid std::string conversion, which encodes locale-dependently on Windows.
std::string
string() const = delete;
» more...
template<
class _ECharT,
class _Traits = char_traits<_ECharT>,
class _Allocator = allocator<_ECharT>>
[[nodiscard, __visibility__, __exclude_from_explicit_instantiation__, __abi_tag__]]
basic_string<_ECharT, _Traits, _Allocator>
string(_Allocator const& __a = _Allocator()) const;
» more...