iguana icon indicating copy to clipboard operation
iguana copied to clipboard

please add enum support

Open manuel76413 opened this issue 1 year ago • 1 comments

enum is popularly used in the struct design, does iguana plan to support enum type reflection?

manuel76413 avatar Apr 16 '23 01:04 manuel76413

I think you don't use the latest code, iguana has supported enum, see the unit tests:https://github.com/qicosmos/iguana/blob/master/test/unit_test.cpp#L215

qicosmos avatar Apr 16 '23 01:04 qicosmos