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 151617a commit 23e1cd7Copy full SHA for 23e1cd7
library.properties
@@ -1,5 +1,5 @@
1
name=StringUtils
2
-version=1.4.25
+version=1.4.26
3
author=AlexGyver <alex@alexgyver.ru>
4
maintainer=AlexGyver <alex@alexgyver.ru>
5
sentence=Bunch of converting functions for string data
src/utils/Text.h
@@ -55,7 +55,7 @@ class Text : public Printable {
55
return str;
56
}
57
58
- operator bool() const {
+ explicit operator bool() const {
59
return len;
60
61
0 commit comments