diff --git a/include/rexy/cx/hashmap.hpp b/include/rexy/cx/hashmap.hpp index 2e65178..fe1973d 100644 --- a/include/rexy/cx/hashmap.hpp +++ b/include/rexy/cx/hashmap.hpp @@ -40,6 +40,8 @@ namespace rexy::cx{ Key key; Value value; }; + template + element(Key,Value) -> element; template> class hashmap