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 a68deff commit 22034efCopy full SHA for 22034ef
src/common/classes/MetaString.h
@@ -122,7 +122,7 @@ class MetaString
122
123
string result;
124
125
- for (size_t i = 1; i < name.length() - 1; ++i)
+ for (FB_SIZE_T i = 1; i < name.length() - 1; ++i)
126
{
127
if (name[i] == '"')
128
src/common/classes/QualifiedMetaString.h
@@ -101,7 +101,7 @@ class BaseQualifiedName
101
102
103
104
105
106
107
@@ -143,7 +143,7 @@ class BaseQualifiedName
143
return true;
144
};
145
146
- size_t i = 0;
+ FB_SIZE_T i = 0;
147
148
const auto skipSpaces = [&]()
149
0 commit comments