Support dump generation for GDB mode

This commit is contained in:
momo5502
2025-03-23 13:17:23 +01:00
parent 2bc3cda062
commit 7c3f848b36
8 changed files with 54 additions and 20 deletions

View File

@@ -10,7 +10,6 @@ namespace utils
template <typename Ret, typename... Args>
class optional_function<Ret(Args...)>
{
private:
std::function<Ret(Args...)> func;
public: