We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e89064 commit 2148ce3Copy full SHA for 2148ce3
irr/include/irrString.h
@@ -173,9 +173,6 @@ class string
173
return *this;
174
}
175
176
- // no longer allowed!
177
- _IRR_DEBUG_BREAK_IF((void *)c == (void *)c_str());
178
-
179
u32 len = calclen(c);
180
// We must check if the new length is different, otherwise we experience
181
// a use-after-free. In such a case, we decide whether to resize based
0 commit comments