Skip to content

Incorrect equality check in Data_Interval_Duration_Iso #58

@mikesol

Description

@mikesol

The following cpp code was generated for boxed variables:

            return Math::floor()(a) != a;

I'm still learning how all this is put together, but it seems the correct generation would be:

            return Data_Eq::notEq()(Math::floor()(a))(a);

Metadata

Metadata

Assignees

No one assigned

    Labels

    C++Applies to the C++11 targetbug

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions