Closed s-perron closed 2 days ago
We hit an assert when trying to get the name of operator(). This is fixed by first checking if it function declatarion is an identifier.
operator()
Fixes #6973
We hit an assert when trying to get the name of
operator()
. This is fixed by first checking if it function declatarion is an identifier.Fixes #6973