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

Macro free dependency handling. #892

Merged
merged 2 commits into from
Feb 8, 2024
Merged

Macro free dependency handling. #892

merged 2 commits into from
Feb 8, 2024

Commits on Feb 5, 2024

  1. Macro-free dependencies.

    In a prior commit the sources were restructured such that each optional
    dependency is contained in separate files. This commit removes the
    macros that controlled which dependencies are included.
    
    To include the optional dependency Boost use:
    
        #include <highfive/highfive.hpp>
        #include <highfive/boost.hpp>
    
    the order doesn't matter.
    1uc committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    ba38eff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ef161e View commit details
    Browse the repository at this point in the history