From b97e7d7c1bdfdb4abc9ed66c0640339e3e61fe35 Mon Sep 17 00:00:00 2001 From: rexy712 Date: Sat, 2 May 2020 22:30:38 -0700 Subject: [PATCH] Add cx::element deduction guide --- include/rexy/cx/hashmap.hpp | 2 ++ 1 file changed, 2 insertions(+) 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