We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 332f08f commit 2f3915bCopy full SHA for 2f3915b
examples/basic_construction.cpp
@@ -41,8 +41,8 @@ int main()
41
}
42
43
// Demonstration of the overflow and underflow handling
44
- constexpr decimal64_t oveflow_value {100, 10000};
45
- if (isinf(oveflow_value))
+ constexpr decimal64_t overflow_value {100, 10000};
+ if (isinf(overflow_value))
46
{
47
std::cout << "Overflow constructs infinity" << std::endl;
48
0 commit comments