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

Remove most of Boost.MPL, Boost.EnableIf and Boost.TypeTraits #2259

Merged
merged 5 commits into from
Jul 26, 2016

Commits on Jul 25, 2016

  1. Removing Boost.MPL, Boost.EnableIf and Boost.TypeTraits dependency

     - Replaced boost::mpl::and_/or_ with regular boolean expressions
     - Replaced boost::mpl::(eval_)if_ with std::conditional
     - Replaced boost::enable_if (and friends) with std::enable_if
     - Replaced remaining uses of boost type traits with standard ones
    Thomas Heller committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    06a417b View commit details
    Browse the repository at this point in the history
  2. Added inspect checks for enable_if, type_traits and mpl

    Thomas Heller committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    2f833b3 View commit details
    Browse the repository at this point in the history
  3. Adding include checks for type_traits

    Thomas Heller committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    dd50eda View commit details
    Browse the repository at this point in the history
  4. Added missing type_traits header

    Thomas Heller committed Jul 25, 2016
    Configuration menu
    Copy the full SHA
    249886a View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2016

  1. Replacing alignof with std::alignment_of

    Thomas Heller committed Jul 26, 2016
    Configuration menu
    Copy the full SHA
    5b37945 View commit details
    Browse the repository at this point in the history