79481973

Date: 2025-03-03 19:38:12
Score: 1
Natty:
Report link

Looking at GCC's implementation of std::stof they throw this error if the float is smaller than FLT_MIN, not FLT_TRUE_MIN.

The reason for this is probably because FLT_TRUE_MIN was introduced in C++17, while std::stof in C++11.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: gcc-6.0