mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 16:57:04 +08:00
Add comparison operators to strings
This commit is contained in:
parent
c7c6f215b0
commit
75465ca585
@ -464,6 +464,8 @@ namespace dispatchkit
|
|||||||
|
|
||||||
add_oper_add<std::string>(s);
|
add_oper_add<std::string>(s);
|
||||||
add_oper_add_equals <std::string>(s);
|
add_oper_add_equals <std::string>(s);
|
||||||
|
add_opers_comparison<std::string>(s);
|
||||||
|
|
||||||
|
|
||||||
register_function(s, &print, "print_string");
|
register_function(s, &print, "print_string");
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user