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 8a2d6f1 commit fe805eaCopy full SHA for fe805ea
lib/univalue_utffilter.h
@@ -13,7 +13,7 @@
13
class JSONUTF8StringFilter
14
{
15
public:
16
- JSONUTF8StringFilter(std::string &s):
+ explicit JSONUTF8StringFilter(std::string &s):
17
str(s), is_valid(true), codepoint(0), state(0), surpair(0)
18
19
}
0 commit comments