From 75465ca5859d645b15e612edaf96c9cc10217bda Mon Sep 17 00:00:00 2001 From: Jason Turner Date: Sat, 20 Jun 2009 18:09:26 +0000 Subject: [PATCH] Add comparison operators to strings --- dispatchkit/bootstrap.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dispatchkit/bootstrap.hpp b/dispatchkit/bootstrap.hpp index 598f809..d6dcbdd 100644 --- a/dispatchkit/bootstrap.hpp +++ b/dispatchkit/bootstrap.hpp @@ -464,6 +464,8 @@ namespace dispatchkit add_oper_add(s); add_oper_add_equals (s); + add_opers_comparison(s); + register_function(s, &print, "print_string");