summaryrefslogtreecommitdiff
path: root/lpsolve
diff options
context:
space:
mode:
authorKevin Hunter <hunteke@earlham.edu>2011-10-04 18:56:18 -0400
committerJan Holesovsky <kendy@suse.cz>2011-10-06 10:04:45 +0200
commita6a51b6a69bd14c6ad67a8e6629cf405034dd701 (patch)
tree56e29646617ded182b23eedbf9d12bf1b6a15dd5 /lpsolve
parent06fdd1585d59b2580e8e35bba8a3295bbda28c6e (diff)
Simplify logic to use std::vector's .empty()
No need to muck about with iterators, adding a loop, and 2 function calls to test for empty: it's a std::vector under the hood, so use .empty(), and inline it.
Diffstat (limited to 'lpsolve')
0 files changed, 0 insertions, 0 deletions