From 12c0f971eef91ea04a3a2cfe1c0733924be6963a Mon Sep 17 00:00:00 2001 From: Determinant Date: Tue, 2 Jul 2019 01:51:06 -0400 Subject: ... --- include/salticidae/ref.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/salticidae/ref.h b/include/salticidae/ref.h index 9f4bfed..bb8efc0 100644 --- a/include/salticidae/ref.h +++ b/include/salticidae/ref.h @@ -117,6 +117,7 @@ class _BoxObj { template> class BoxObj: public _BoxObj { using base_t = _BoxObj; + friend std::hash; template friend BoxObj static_pointer_cast(BoxObj &&other); @@ -133,6 +134,7 @@ class BoxObj: public _BoxObj { template class BoxObj: public _BoxObj { using base_t = _BoxObj; + friend std::hash; template friend BoxObj static_pointer_cast(BoxObj &&other); -- cgit v1.2.3