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

sanity check template parameters at compile time #29

Merged
merged 1 commit into from
Jul 3, 2013

Commits on Jul 3, 2013

  1. sanity check template parameters at compile time

    in c++11 we can now sanity check the template parameters of the
    different data structures used in the library using static_assert.
    this commit introduces basic checks to all applicable data structures in
    the library.
    mpetri committed Jul 3, 2013
    Configuration menu
    Copy the full SHA
    8598417 View commit details
    Browse the repository at this point in the history