mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-08 16:50:48 +00: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
|
// no instances to call
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user