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 c56cac2 commit e4277c8Copy full SHA for e4277c8
ql/time/asx.cpp
@@ -61,7 +61,7 @@ namespace QuantLib {
61
return false;
62
63
// 2nd character of code needs to be digit
64
- if (!std::isdigit(in[1]))
+ if (!std::isdigit(static_cast<unsigned char>(in[1])))
65
66
67
// 1st character needs to represent the correct month
0 commit comments