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

Bugfix/issue 796 fix buildsh link err #797

Merged
merged 2 commits into from
Jul 26, 2024

Conversation

yokofly
Copy link
Collaborator

@yokofly yokofly commented Jul 5, 2024

Please write user-readable short description of the changes:
fix #796

  • ad3dc2b solve link err when use build.sh
: error: no matching function for call to 'perf'

   48 |     perf<DB::Streaming::CountedValueMap>(absl::btree_map);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/c1/proton/src/AggregateFunctions/examples/counted_arg_value_map.cpp:11:6: note: candidate template ignored: invalid explicitly-specified argument for template parameter 'Map'
   11 | void perf(std::string_view map_name)
  • fccc088 update the build.md to recommand use llvm@17

…arg_value_map.cpp:48:5: error: no matching function for call to 'perf'

   48 |     perf<DB::Streaming::CountedValueMap>(absl::btree_map);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/c1/proton/src/AggregateFunctions/examples/counted_arg_value_map.cpp:11:6: note: candidate template ignored: invalid explicitly-specified argument for template parameter 'Map'
   11 | void perf(std::string_view map_name)
@chenziliang chenziliang merged commit ccd37d6 into develop Jul 26, 2024
21 checks passed
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.

WSL (Ubuntu 22.04) build fails due to HDFS not supporting clang++-16
2 participants