mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-27 01:33:53 +00:00
This removes the const qualification for types when MakeResult(arg) is used in a const member function, allowing for automatic deduction and removing the need to manually specify the non-const type as the template argument. |
||
|---|---|---|
| .. | ||
| kernel | ||
| service | ||
| api_version.h | ||
| ipc.h | ||
| ipc_helpers.h | ||
| lock.cpp | ||
| lock.h | ||
| result.h | ||