diff options
Diffstat (limited to 'src/compare.h')
-rw-r--r-- | src/compare.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compare.h b/src/compare.h index 09abbd2a..70b44ed3 100644 --- a/src/compare.h +++ b/src/compare.h @@ -77,6 +77,8 @@ public: bool operator()(T * left, T * right); }; +bool value_is_less_than(const value_t& left, const value_t& right); + template <typename T> bool compare_items<T>::operator()(T * left, T * right) { |