boostorg / boostorg/rational

SIGFPE with boost::rational

Open
#39 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
24
Forks
45
PR merge metrics
No merged PRs in 30d

Description

The following crashes at runtime with SIGFPE with boost 1.69.0

#include
#include

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

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.