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

replace explicit string_view initialization from {nullptr, 0} with default ctor #167

Merged
merged 1 commit into from
Apr 13, 2022

Conversation

itrofimow
Copy link
Contributor

@itrofimow itrofimow commented Mar 25, 2022

Submitted on behalf of a third-party: Yandex N.V.

@Enmk
Copy link
Collaborator

Enmk commented Mar 31, 2022

Hi! Thank you for contribution, could you please specify a libcxx version and error code+message?

@itrofimow
Copy link
Contributor Author

Well, turns out we use a forked version on llvms libcxx with (nullptr, size_t) constructor explicitly deleted, my bad.

However point about explicit invocation still stand - default ctor of string_view already does just that

@itrofimow itrofimow changed the title make ItemView compatible with libcxx replace explicit string_view initialization from (nullptr, 0) with default ctor Mar 31, 2022
@itrofimow itrofimow changed the title replace explicit string_view initialization from (nullptr, 0) with default ctor replace explicit string_view initialization from {nullptr, 0} with default ctor Mar 31, 2022
@Enmk Enmk merged commit 91c4704 into ClickHouse:master Apr 13, 2022
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.

2 participants