summaryrefslogtreecommitdiff
path: root/libadhocutil/case_less.h
diff options
context:
space:
mode:
Diffstat (limited to 'libadhocutil/case_less.h')
-rw-r--r--libadhocutil/case_less.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libadhocutil/case_less.h b/libadhocutil/case_less.h
index fbe3d3b..ee7147d 100644
--- a/libadhocutil/case_less.h
+++ b/libadhocutil/case_less.h
@@ -5,7 +5,9 @@
#include <cstring>
namespace AdHoc {
+ /// STL compatible case-insentive less comparator wrapping strncasecmp
struct case_less {
+ /// Compare a and b
template<typename A, typename B>
inline bool
operator()(const A & a, const B & b) const