diff --git a/boxedcpp/bootstrap.hpp b/boxedcpp/bootstrap.hpp index 2cbf973..f07940a 100644 --- a/boxedcpp/bootstrap.hpp +++ b/boxedcpp/bootstrap.hpp @@ -117,11 +117,13 @@ void bootstrap(BoxedCPP_System &s) s.register_function(boost::function(&bool_and), "&&"); s.register_function(boost::function(&bool_or), "||"); + s.register_function(boost::function(&equals), "=="); s.register_function(boost::function(&equals), "=="); s.register_function(boost::function(&equals), "=="); s.register_function(boost::function(&equals), "=="); s.register_function(boost::function(&equals), "=="); + s.register_function(boost::function(¬_equals), "!="); s.register_function(boost::function(¬_equals), "!="); s.register_function(boost::function(¬_equals), "!="); s.register_function(boost::function(¬_equals), "!=");