Commits

Philippe Hausler committed 2a9c11c5645
[Foundation] Simplify the comparison routines for Measurement The default implementation for comparable automatically adds >, >= etc by having == and < defined. Also the dynamic check for comparison of measurements that are convertible should traverse through the same runtime equality check instead of a static dispatch call out. This resolves: <rdar://problem/27556581> Measurement type defines two '==' functions