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

Fix #246, add type traits check #486

Merged
merged 2 commits into from
Aug 10, 2019

Commits on Jul 23, 2019

  1. Fix AcademySoftwareFoundation#246, add type traits check

    previous cleanup did most of the work, but add an explicit test that
    half is now trivial and default constructible
    
    Signed-off-by: Kimball Thurston <kdt3rd@gmail.com>
    kdt3rd committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    cefa696 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. only perform check in c++14 to avoid old c++11 standards deficient co…

    …mpilers
    
    Signed-off-by: Kimball Thurston <kdt3rd@gmail.com>
    kdt3rd committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    c16fc2e View commit details
    Browse the repository at this point in the history