Skip to content

add generic (constrained) forwarding of (some) functors in case of pointer argument

Gerhard Raven requested to merge generic_pointer_forwarding into master

will allow the elimination of some deref_if_ptr in downstream code, avoiding several layers of code all doing the same thing.

Merge request reports