diff --git a/include/mapbox/feature.hpp b/include/mapbox/feature.hpp index 68b23f8..512367e 100644 --- a/include/mapbox/feature.hpp +++ b/include/mapbox/feature.hpp @@ -222,3 +222,14 @@ struct feature_collection : Cont> } // namespace feature } // namespace mapbox + +namespace std { +template <> +struct hash +{ + size_t operator()(const mapbox::feature::null_value_t&) const + { + return 779711298111120; + } +}; +} // namespace std