contech
contech copied to clipboard
Add support for isEmpty() to action collections
If there are no actions of the expected type, then the collection initializes poorly and may not properly detect begin() == end(). Add an isEmpty() as well as better initialization of the collections.