]> granicus.if.org Git - graphviz/commit
make Block::vars a value, not a pointer
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 12 Jun 2021 20:09:26 +0000 (13:09 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 19 Jun 2021 19:24:07 +0000 (12:24 -0700)
commit80ac7bdd1878cde5958ad951217920c261a76925
tree3cc405c84e3d0484c79593b9420c87ed7bb564bb
parent31a7c3c51a3b2ffbdb817c9c28392ec50209d435
make Block::vars a value, not a pointer

This is simpler for both humans and the compiler, and we do not need to worry
about tracking memory allocation.
lib/vpsc/block.cpp
lib/vpsc/block.h
lib/vpsc/blocks.cpp