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 problems with ImathInterval, and add test #52

Merged
merged 1 commit into from
Sep 5, 2020

Commits on Sep 3, 2020

  1. Fix problems with ImathInterval, and add test

    The test for Imath::Interval was missing and it's not included
    anywhere else in the library, so builds were not compiling it and thus
    not catching syntax errors. These changes also bring it more in line
    with the Box<T> class.
    
    * misspelling of "constexpr"
    * replace constexpr with IMATH_CONSTEXPR14
    * add makeInfinite()/isInfinite() for similarity with Box<T>
    * add operator<<
    * add ImathTest/testInterval.cpp, based on testBox.cpp
    
    Signed-off-by: Cary Phillips <[email protected]>
    cary-ilm committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    8c4c050 View commit details
    Browse the repository at this point in the history