Skip to content

v22

Choose a tag to compare

@rollbear rollbear released this 13 Dec 18:12
  • 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 -Wshadow warnings from gcc