Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Coverity thinks that there is a path which does not check that the call to find() will not return end(). In fact, the previous ASSERT should already have checked this, but however... This adds an additional use of ASSERT_NE to guarantee the validity of the iterator returned by find().
- Loading branch information