Skip to content

Fix `EntityRef::associations()`.

David Thompson requested to merge dcthomp/smtk:fix-attribute-associations into master

This was crashing when no associations were present because it was dereferencing the end() iterator. Don't do that.

Merge request reports