We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d74c7 commit eb90cc9Copy full SHA for eb90cc9
src/java_bytecode/expr2java.h
@@ -84,7 +84,7 @@ std::string floating_point_to_java_string(float_type value)
84
{
85
return std::stod(decimal) == value;
86
}
87
- catch(std::out_of_range)
+ catch(std::out_of_range&)
88
89
return false;
90
0 commit comments