mirror of https://git.suyu.dev/suyu/suyu
core/ipc_helper: Allow popping all signed value types with RequestParser
There's no real reason this shouldn't be allowed, given some values sent via a request can be signed. This also makes it less annoying to work with popping enum values, given an enum class with no type specifier will work out of the box now. It's also kind of an oversight to allow popping s64 values, but nothing else.merge-requests/60/head
parent
1b2872eebc
commit
254b1e3df7
Loading…
Reference in New Issue