diff --git a/include/mapnik/value_types.hpp b/include/mapnik/value_types.hpp index 4d508fc79..85a015ba1 100644 --- a/include/mapnik/value_types.hpp +++ b/include/mapnik/value_types.hpp @@ -87,7 +87,7 @@ struct MAPNIK_DECL value_null bool operator>=(value_null) const { - return false; + return true; } bool operator<(value_null) const @@ -97,7 +97,7 @@ struct MAPNIK_DECL value_null bool operator<=(value_null) const { - return false; + return true; } template