|
cli11
|
Excludes narrow-string conversions when classifying wide strings. More...
Excludes narrow-string conversions when classifying wide strings.
A type convertible from both std::string and std::wstring would match two categories. Outside MSVC the wide form wins, so the wide categories exclude anything narrow-convertible.