hsutter / cppfront

A personal experimental C++ Syntax 2 -> Syntax 1 compiler
Other
5.24k stars 224 forks source link

Bugfix for nonconst has in generated flag_enums. #1070

Closed MaxSagebaum closed 1 month ago

MaxSagebaum commented 1 month ago

In flag_enums the has function is marked as inout and not as in.

MaxSagebaum commented 1 month ago

@hsutter This is a small fix for the flag_enum.

hsutter commented 1 month ago

Thanks!