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

make ItemView compatible with libcxx #166

Closed

Conversation

itrofimow
Copy link
Contributor

In libcxx version we currently use this constructor is deleted
basic_string_view(nullptr_t, size_t) = delete;

As of c++23 nullptr constructor is also deleted, and default constructor already does just that: .data = nullptr, .size = 0

@itrofimow itrofimow closed this Mar 25, 2022
@itrofimow
Copy link
Contributor Author

Closed in favor of #167 for checks restart ¯_(ツ)_/¯

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

Successfully merging this pull request may close these issues.

1 participant