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
Umbra currently uses a specialized delegate module for callbacks. I'm not really convinced that this code is useful post C++11, and I'd like to replace the uses of this with the more standard std::function type which is easier to work with.
The text was updated successfully, but these errors were encountered:
Umbra currently uses a specialized delegate module for callbacks. I'm not really convinced that this code is useful post C++11, and I'd like to replace the uses of this with the more standard
std::function
type which is easier to work with.The text was updated successfully, but these errors were encountered: