Soul-Engine icon indicating copy to clipboard operation
Soul-Engine copied to clipboard

Replace std::function with std::unique_function

Open Behemyth opened this issue 7 years ago • 0 comments

Come C++20, std::unique_function should replace all cases of std::function in the engine. I believe that all cases are applicable to the non-copy requirements.

Behemyth avatar Oct 23 '18 05:10 Behemyth