Thread Previous • Date Previous • Date Next • Thread Next |
The following code could be factorized. 174 if(lSize > INT_MAX) 175 + lResult.reserve(INT_MAX); 176 + else 177 + lResult.reserve((int)lSize); -- https://code.launchpad.net/~zorba-coders/zorba/archive-module-winfixes/+merge/118010 Your team Zorba Coders is subscribed to branch lp:zorba/archive-module.
Thread Previous • Date Previous • Date Next • Thread Next |