Skip to content
Snippets Groups Projects
  • Lioncash's avatar
    core/ipc_helper: Allow popping all signed value types with RequestParser · 254b1e3d
    Lioncash authored
    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.
    254b1e3d