commit | ae2f3fa7581fb59ebbf80f93b7ed75f853f0ba29 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Mon Nov 04 10:08:41 2024 -0700 |
committer | Tom Tromey <tromey@adacore.com> | Mon Nov 04 12:56:57 2024 -0700 |
tree | 64df805c451ed1b2a6322f09f17ec11d9e3ccf81 | |
parent | 0b4c9b505757b477be5481f42ac3839a90491ad1 [diff] |
Turn decode_line_2_compare_items into operator< This rewrites decode_line_2_compare_items to be an operator< on the relevant type. This simplifies the code a little. Reviewed-by: Keith Seitz <keiths@redhat.com>