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

Unresolved Overloaded Function #176

Open
akleeman opened this issue Oct 21, 2019 · 0 comments
Open

Unresolved Overloaded Function #176

akleeman opened this issue Oct 21, 2019 · 0 comments

Comments

@akleeman
Copy link
Collaborator

When using an overloaded function with the group_by methods the compiler isn't happy. We get a long string of errors which are relatively easy to identify since this message repeats:

albatross::RegressionDataset<Feature>::group_by(<unresolved overloaded function type>)

but it'll be buried in a long string of template candidate failures which makes it tough to spot.

Ideally we would:

  • Support overloaded functions (not sure if that's possible)
  • Give a more informative error message. (this could contain a suggestion to wrap the desired function in a lambda with the specific type desired).
armallen pushed a commit that referenced this issue Aug 1, 2024
…MAKE_C_COMPILED_ID is not set [OI-1869] (#176) (#491)

Automated PR by Jenkins. If CI has passed successfully, merge away!



**cmake**  68306be8  ->  5b65c03c
- 5b65c03c : orion cmake configuration fails when CMAKE_C_COMPILED_ID is
not set [O
- 65c9a396 : Update compiler options to support IAR [AP-1823]
(swift-nav/cmake#175)


This pull request was created by
https://jenkins.ci.swift-nav.com/job/CI%20Infra/job/submodule-update/18075/.


[AP-1823]:
https://swift-nav.atlassian.net/browse/AP-1823?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
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

No branches or pull requests

1 participant