Replace '0 == instances.size()' with instances.empty().

This is not a pattern.
This commit is contained in:
Stephen Kelly 2015-01-15 23:45:51 +01:00
parent 44ffb9cdb4
commit e876963fc9
1 changed files with 1 additions and 1 deletions

View File

@ -498,7 +498,7 @@ int cmCallVisualStudioMacro::CallMacro(
} }
} }
if(0 == instances.size()) if(instances.empty())
{ {
// no instances to call // no instances to call