diff --git a/xo-refcnt/include/xo/refcnt/Refcounted.hpp b/xo-refcnt/include/xo/refcnt/Refcounted.hpp index bab9f1ba..13feed3d 100644 --- a/xo-refcnt/include/xo/refcnt/Refcounted.hpp +++ b/xo-refcnt/include/xo/refcnt/Refcounted.hpp @@ -13,11 +13,17 @@ namespace xo { namespace ref { template class intrusive_ptr; + + template + class Borrow; } template using rp = ref::intrusive_ptr; + template + using bp = ref::Borrow; + namespace ref { class Refcount;