v22
- Messages from violations of expectations now print collections member wise. This goes for
std::pair<>,
std::tuple<>and any data type for which a range based for loop is possible. This is done recursively for
the contents of the collections. - Worked around gcc bug 78446
- Cleaned up
-Wshadowwarnings from gcc