Skip to content

Fix/enums refactoring without macros

Peio Rigaux requested to merge fix/enums_refactoring_without_macros into master

Don't use enum macros anymore, every enum is defined in C and C++ with << operator redefinition (toString from utils is using it). EndOfEnum isn't used anymore as It must be handled in every switch of the enum.

Merge request reports