You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would help me if I could specify the namespace to compile symbols into for Inline->bind(). Currently bind() uses caller() to determine the namespace.
I need this for kind of a factory class. At the moment, I have to use Inline->bind() inside of a string evaluation which is a little cumbersome.
Any chance to get that into Inline?
The text was updated successfully, but these errors were encountered:
gflohr
added a commit
to gflohr/qgoda
that referenced
this issue
Aug 15, 2016
It would help me if I could specify the namespace to compile symbols into for Inline->bind(). Currently bind() uses caller() to determine the namespace.
I need this for kind of a factory class. At the moment, I have to use Inline->bind() inside of a string evaluation which is a little cumbersome.
Any chance to get that into Inline?
The text was updated successfully, but these errors were encountered: