Add a C++ backend for LibertyXDR
Also change the C backend so that it also de/serializes unions without any other fields besides the tag.
This commit is contained in:
@@ -17,6 +17,7 @@ struct Struct {
|
||||
case OTHERS:
|
||||
bool foo;
|
||||
string bar;
|
||||
u8 baz<>;
|
||||
case NOTHING:
|
||||
void;
|
||||
} u<>;
|
||||
|
||||
Reference in New Issue
Block a user