mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 00:11:07 -06:00
Replace '0 == instances.size()' with instances.empty().
This is not a pattern.
This commit is contained in:
@@ -498,7 +498,7 @@ int cmCallVisualStudioMacro::CallMacro(
|
||||
}
|
||||
}
|
||||
|
||||
if(0 == instances.size())
|
||||
if(instances.empty())
|
||||
{
|
||||
// no instances to call
|
||||
|
||||
|
||||
Reference in New Issue
Block a user