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

Simplify setting EDPutTokenT via call to produces #34926

Merged
merged 3 commits into from
Aug 21, 2021

Commits on Aug 18, 2021

  1. Simplify setting EDPutTokenT via call to produces

    Call to produces does not require specifying the data product type as it will be deduced via EDPutTokenT.
    Dr15Jones committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    4011a22 View commit details
    Browse the repository at this point in the history
  2. Resolve compilation problem with clang

    clang has a less permissive `using` implementation. Had to move all `produces` functions to base class.
    Dr15Jones committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    49904c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Corrected comments

    Dr15Jones committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    87e056e View commit details
    Browse the repository at this point in the history