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 dependency on Boost.StaticAssert #207

Merged
merged 1 commit into from
Jan 11, 2019

Commits on Jan 10, 2019

  1. Remove dependency on Boost.StaticAssert

    Replaced BOOST_STATIC_ASSERT with C++11 binary static_assert,
    with empty message.
    
    In future, this should make it possible to automatically refactor
    into C++17 unary static_assert using clang-tidy and
    its modernize-unary-static-assert check.
    
    Closes boostorg#106
    mloskot committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    68fe3db View commit details
    Browse the repository at this point in the history