Changes in src/Common/SemanticError.h [1a69a90:77bfc80]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Common/SemanticError.h
r1a69a90 r77bfc80 97 97 // Helpers 98 98 namespace ErrorHelpers { 99 enum class Colors {100 Never = false,101 Always = true,102 Auto,103 };104 105 extern Colors colors;106 107 99 const std::string & error_str(); 108 100 const std::string & warning_str();
Note:
See TracChangeset
for help on using the changeset viewer.