Vadim Petrochenkov
|
b82e375254
|
enum: Support inlined definitions for tuple variants with a single field
|
2020-12-09 19:38:21 +01:00 |
|
Emilio Cobos Álvarez
|
9b5dd80d84
|
Stop including <uchar.h>, and instead map Rust char to uint32_t.
This is technically a breaking change for C++, unfortunately.
Fixes #423.
|
2019-12-04 00:03:38 +01:00 |
|
Adrian Wong
|
9b1fd8ecca
|
Fix missing C header for char32_t
|
2019-12-02 19:55:04 +01:00 |
|
Jeff Muizelaar
|
42b4290c64
|
Manually copy arrays
C++ arrays can't be assigned. We detect this situation and manually copy
over the elements.
|
2019-01-03 16:06:33 -06:00 |
|