Replace '0 == instances.size()' with instances.empty().
This is not a pattern.
This commit is contained in:
parent
44ffb9cdb4
commit
e876963fc9
|
@ -498,7 +498,7 @@ int cmCallVisualStudioMacro::CallMacro(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if(0 == instances.size())
|
if(instances.empty())
|
||||||
{
|
{
|
||||||
// no instances to call
|
// no instances to call
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue