Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deviation from the standard #281

Closed
d0nc1h0t opened this issue Mar 27, 2023 · 1 comment
Closed

Deviation from the standard #281

d0nc1h0t opened this issue Mar 27, 2023 · 1 comment

Comments

@d0nc1h0t
Copy link

The current version does not support auto-conversion of different types of characters (char, char16_t, char32_t, wchar_t) in accordance with the standard. But now they have also banned writing their own converters via path_traits::is_convertible_to_path_source, the verification of which was removed on the constructor of the path class. Construction is allowed only from native strings. The way of development of the library is absolutely incomprehensible.

@Lastique
Copy link
Member

The conversion of char and wchar_t is supported in path constructors, including std::string and various other string types. I'm not sure what you're referring to.

char16_t and char32_t are not supported yet, this is already reported in #86.

If you have a specific problem, please report it with a reproducer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants