Skip to content

add fallback implementation of `is_invocable` and `is_invocable_r`

Martin Nolte requested to merge feature/is_invocable into master

The implementations simply forward to the current implementation of is_callable. See #83 (closed) for more details.

Merge request reports