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
{{ message }}
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.
The problem here is that function pointer uses pointers to pull arguments through a va_args funciton. I use pointers there because references cannot traverse va_args lists. Unfortunately, this creates a bit of a limitation.
If we use C++11, the use of variadic macros will make it possible to remove this limitation.
Should FunctionPointer work with reference types as its template arguments?
For example:
used like this:
gives an error like:
@bremoran @autopulated
The text was updated successfully, but these errors were encountered: