Open reims opened 2 years ago
Hi all! Is there a specific reason that there is no const overload of resource<T>::get()? It can force lambdas inside the observable factory for scope to be mutable if they capture the resource and want to call get. Thanks in advance!
resource<T>::get()
scope
get
Hi all! Is there a specific reason that there is no const overload of
resource<T>::get()
? It can force lambdas inside the observable factory forscope
to be mutable if they capture the resource and want to callget
. Thanks in advance!