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

Removed use of boost::mpl::vector for dependent Records #30874

Merged
merged 3 commits into from Jul 28, 2020

Commits on Jul 22, 2020

  1. Removed use of boost::mpl from DependentRecord system

    boost::mpl implementation was found to be very heavy weight and was causing difficulties with attempts to use ROOT's module system. As the use of mpl was fairly simple in the DependentRecord system it was replaced with our own edm::mpl::Vector code.
    Dr15Jones committed Jul 22, 2020
    Copy the full SHA
    25b0f17 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8600aac View commit details
    Browse the repository at this point in the history
  3. Added missing header file

    Dr15Jones committed Jul 22, 2020
    Copy the full SHA
    5d09caf View commit details
    Browse the repository at this point in the history