Skip to content

SIGFPE with boost::rational  #39

@caolanm

Description

@caolanm

The following crashes at runtime with SIGFPE with boost 1.69.0

#include <boost/rational.hpp>
#include

int main()
{
auto i = std::numeric_limits::min();
boost::rational val(i, i);
return 0;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions