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

fix compilation (std::variant with narrowing) with system libcxx #8147

Merged
merged 1 commit into from
Dec 12, 2019

Conversation

code-of-kpp
Copy link
Contributor

Qrator Labs s.r.o. contributes this under the terms of the Apache-2.0 license

Changelog category (leave one):

  • Non-significant (changelog entry is not needed)

@code-of-kpp code-of-kpp requested a review from a team December 11, 2019 15:37
@ghost ghost requested review from 4ertus2 and removed request for a team December 11, 2019 15:37
Copy link
Member

@alexey-milovidov alexey-milovidov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok.

But better to fix Dwarf.cpp.

@alexey-milovidov alexey-milovidov merged commit 1bb14bb into ClickHouse:master Dec 12, 2019
alexey-milovidov added a commit that referenced this pull request Dec 12, 2019
@@ -245,6 +245,13 @@ set_source_files_properties(
src/Common/SymbolIndex.cpp
PROPERTIES COMPILE_FLAGS "-O3 ${WITHOUT_COVERAGE}")

# allow construction of std::variant<unsigned ...>(1) for Dwarf
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And that's too heavy, you can define it in source file directly.

alexey-milovidov added a commit that referenced this pull request Dec 12, 2019
@KochetovNicolai KochetovNicolai added the pr-build Pull request with build/testing/packaging improvement label Dec 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-build Pull request with build/testing/packaging improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants