You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This tries to compare two adm::Duration objects and two adm::Rtime objects. These are both NamedTypes containing adm::Time. Neither has an operator< comparison operation defined, so attempting to use the comparator fails.
I assume the templated call operator isn't instantiated anywhere, which is why the build succeeds.
The text was updated successfully, but these errors were encountered:
The Rtime and Duration Comparator currently fails to compile if used:
libadm/include/adm/utilities/comparator.hpp
Lines 63 to 78 in 1f3e87d
This tries to compare two
adm::Duration
objects and twoadm::Rtime
objects. These are bothNamedType
s containingadm::Time
. Neither has anoperator<
comparison operation defined, so attempting to use the comparator fails.I assume the templated call operator isn't instantiated anywhere, which is why the build succeeds.
The text was updated successfully, but these errors were encountered: