ohz10/Swizzle

Undefined type causes exception with no error message

Closed this issue · 1 comments

ohz10 commented

Using an undeclared type for a member field causes an exception to be raised with no error message.

E.g.,

struct Blah {
    uint16_t i;
}

Output:

std::exception

ohz10 commented

I guess I should have closed this?