Browse Source

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

This is not a pattern.
Stephen Kelly 11 years ago
parent
commit
e876963fc9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmCallVisualStudioMacro.cxx

+ 1 - 1
Source/cmCallVisualStudioMacro.cxx

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