Commit Graph
3 Commits
Author SHA1 Message Date
Petteri Aimonen b34a649c52 Separate enum_intsize option (#961)
Setting enum data type size is only supported on C23 and C++11 compilers.
The previous implementation caused ABI incompatibility when using the
option in mixed C/C++ projects. After this commit such cases will be
indicated by a compiler error.
2024-09-03 12:10:22 +03:00
jheaff1 bf706840b4 Add unit test for int_size option for enums 2023-06-12 09:44:42 +03:00
Petteri Aimonen 1582038e37 Add testcase for issue #164 2015-09-12 12:16:58 +03:00