]> granicus.if.org Git - graphviz/commit
replace manual iterations over Block::vars with range-based for loops
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 12 Jun 2021 20:01:07 +0000 (13:01 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 19 Jun 2021 19:24:07 +0000 (12:24 -0700)
commit31a7c3c51a3b2ffbdb817c9c28392ec50209d435
tree685907ed86a99b0a5460eab8d6922695b37ba871
parent7cbe7c4a4151d7c46398cea01c26852247d77e6e
replace manual iterations over Block::vars with range-based for loops

This syntax from C++11 is equivalent to the old style iterations it is replacing
here.
lib/vpsc/block.cpp