Add macro to help define lexicographic orderings.
Aims to avoid boilerplate code and copy/paste errors for the case where a record-like structure should be totally ordered by the lexicographic ordering of a particular ordereed sequence of field values.
src/util/lexcmp_def.hpp
0 → 100644
tests/unit/test_lexcmp.cpp
0 → 100644
Please register or sign in to comment