On Fri, Sep 11, 2015 at 12:13:02AM -0700,
fsbo.c...@gmail.com wrote:
> To anyone else who may run across this, it is because of the way C++ uses scope
> to optimize the code when it compiles. Things that are within the scope of the
> for loop will run faster than things that have larger scope.