diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2016-09-17 20:54:50 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2016-09-17 20:54:50 -0400 |
commit | d0249fb7c099d30015f22e49cc5421f3c80e05b7 (patch) | |
tree | 845472f2d75917b3d4091967c272e682904678f9 /debian/compat | |
parent | 0f0920135a375563bbc97ae5fa8df6ad5d849f5d (diff) |
MAINT-5232: Eliminate pointless string search for "class " prefix.
The Visual C++ runtime produces typeid(MyClass).name() as "class MyClass".
It's prudent to check for the presence of that prefix before stripping off the
first six characters, but if the first comparison should ever fail, find()
would continue searching the rest of the string for "class " -- a search
guaranteed to fail. Use compare() instead.
Diffstat (limited to 'debian/compat')
0 files changed, 0 insertions, 0 deletions