Service 11 regression #670
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "eive/fsfw:mueller/service-11-issues"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
etl::multimap::iterator
type is a bidirectional iterator and not a random access iterator, so the less operator is not implemented for itAdded empty unittest, to catch at least compiler errors...