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

Cleanups for the polynomials #2744

Merged
merged 4 commits into from
Sep 30, 2020
Merged

Conversation

pleroy
Copy link
Member

@pleroy pleroy commented Sep 30, 2020

  1. Rename Evaluate into operator() to make polynomials bona fide functors.
  2. Append _ to the type template parameters to be able to reexport them (Exported template parameters of classes and structs should be postfixed with an underscore #572).
  3. Use typename instead of class for the template template parameters.

Distantly related to #2400.

@eggrobin eggrobin added the LGTM label Sep 30, 2020
@pleroy pleroy merged commit 5066300 into mockingbirdnest:master Sep 30, 2020
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.

None yet

2 participants