Message330900
Wanted to post a possible workaround until this is fixed. One can simply wrap a union anonymously inside a structure. Like so:
struct my_struct_s {
union my_union_u {
<original union contents>
};
};
This temporarily solved the problem in my case. |
|
Date |
User |
Action |
Args |
2018-12-02 21:46:41 | rvijayc | set | recipients:
+ rvijayc, mjpieters |
2018-12-02 21:46:41 | rvijayc | set | messageid: <1543787201.42.0.788709270274.issue35366@psf.upfronthosting.co.za> |
2018-12-02 21:46:41 | rvijayc | link | issue35366 messages |
2018-12-02 21:46:41 | rvijayc | create | |
|