There is an unnamed enum in compileBroker.hpp.
It has two problems:
1) It us an unnamed enum, meaning that its values can not be passed into template functions.
2) The "shutdown_compilaton" state is misspelled.
This changeset corrects the spelling error and gives the enum a name so that its value can be passed into functions that use templates.
It has two problems:
1) It us an unnamed enum, meaning that its values can not be passed into template functions.
2) The "shutdown_compilaton" state is misspelled.
This changeset corrects the spelling error and gives the enum a name so that its value can be passed into functions that use templates.