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

C++20 support? #71

Closed
shrinktofit opened this issue Sep 16, 2020 · 3 comments
Closed

C++20 support? #71

shrinktofit opened this issue Sep 16, 2020 · 3 comments
Assignees
Labels
available on master Fix is done on master branch, issue closed on next release enhancement New feature or request
Milestone

Comments

@shrinktofit
Copy link

shrinktofit commented Sep 16, 2020

As you know, MacOS support -std=c++20 even in 10.14 but does not support <filesystem> until 10.15.

char8_t, std::u8string are coming soon. std::filesystem::path::string() will returns std::u8string instead of std::string.

@gulrak gulrak added the enhancement New feature or request label Sep 16, 2020
@gulrak
Copy link
Owner

gulrak commented Sep 16, 2020

Indeed, C++20 support is on my list of planned features, I just didn't find time to really work on it. I guess it will take me a few more weeks to finish it, as it is not needed in my payed work project and my free time available for it is limited. It will be released in v1.4.0.

@gulrak gulrak self-assigned this Sep 16, 2020
@gulrak gulrak added this to the v1.4.0 milestone Sep 16, 2020
gulrak added a commit that referenced this issue Dec 27, 2020
gulrak added a commit that referenced this issue Dec 27, 2020
@gulrak gulrak added the available on master Fix is done on master branch, issue closed on next release label Dec 31, 2020
@gulrak
Copy link
Owner

gulrak commented Dec 31, 2020

This is now solved with release v1.4.0

@gulrak gulrak closed this as completed Dec 31, 2020
@shrinktofit
Copy link
Author

This is now solved with release v1.4.0

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
available on master Fix is done on master branch, issue closed on next release enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants