Skip to content

Conversation

@hahnjo
Copy link
Member

@hahnjo hahnjo commented Nov 13, 2025

... as building blocks for concurrent filling of RHist.

With the previous code, the compiler would complain:
    decltype cannot resolve address of overloaded function

For regular overloaded functions, it is possible to pass the expected
argument type (using std::declval), but not for member functions:
    cannot call member function [...] without object

Instead use auto and trailing return type from C++11 to select the
right set of dispatch functions.
@hahnjo hahnjo self-assigned this Nov 13, 2025
@hahnjo hahnjo added the in:Hist label Nov 13, 2025
@github-actions
Copy link

github-actions bot commented Nov 13, 2025

Test Results

    22 files      22 suites   3d 17h 28m 52s ⏱️
 3 779 tests  3 779 ✅ 0 💤 0 ❌
81 179 runs  81 179 ✅ 0 💤 0 ❌

Results for commit 1e7e4d9.

♻️ This comment has been updated with latest results.

Copy link
Member

@hageboeck hageboeck left a comment

Choose a reason for hiding this comment

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

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants