etl/include
Roland Reichwein 7329efc7df
Align comparison operators (#1330)
In functional.h, the comparison operators for equal_to and not_equal_to
mismatch between the actual comparison execution and the type inference
for the return type. This change adjusts it by using the same operator==()
in the return type inference as used in the comparison execution.

Co-authored-by: John Wellbelove <jwellbelove@users.noreply.github.com>
2026-03-06 20:29:58 +00:00
..
etl Align comparison operators (#1330) 2026-03-06 20:29:58 +00:00