Open HexDecimal opened 2 years ago
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.
std::function
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.