SIGFPE with boost::rational
Open
- 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.