| 98 | |
| 99 | template <typename T> |
| 100 | static inline bool abocmp(const T &lhs, const T &rhs) |
| 101 | { |
| 102 | throw lang_error("Type " + cs_impl::cxx_demangle(cs_impl::get_name_of_type<T>()) + " does not support > operator."); |
| 103 | } |
| 104 | |
| 105 | template <typename T> |
| 106 | static inline bool undcmp(const T &lhs, const T &rhs) |
no test coverage detected