79639462

Date: 2025-05-26 19:13:42
Score: 1
Natty:
Report link

C++23 added several fixed width floating-point type aliases defined in <stdfloat> including float32_t. Note that float32_t is only guaranteed to exist in an implementation if the pre-preprocessor macro __STDCPP_FLOAT32_T__ is defined as 1.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Michael Aramini