]> granicus.if.org Git - graphviz/commit
optimize some size()>0 checks
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 1 Apr 2021 03:21:38 +0000 (20:21 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 7 Apr 2021 04:30:38 +0000 (21:30 -0700)
commit763900fc3ac65de893a02ca4984f72d82aa6b082
tree5d20325011eb5f2d617aa1716a80404e25d38dda
parent5c4fbc2d2f27dca4ba2ce3eac2eaf616a9a31b1b
optimize some size()>0 checks

The implementation of empty() is typically more efficient.
plugin/visio/VisioRender.cpp