Merge pull request #14482 from MathiasVP/additional-call-targets-for-cpp (#23)

C++: Add an abstract class that can be used to extend `viableCallable`

Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
This commit is contained in:
Ben Rodes
2023-10-23 10:12:11 -04:00
committed by GitHub
parent 1cdf4aafb0
commit d9364c060e
6 changed files with 98 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
---
category: feature
---
* Added a new class `AdditionalCallTarget` for specifying additional call targets.