Merge pull request #4 from gedankenexperimenter/enum-type-guard

Give the ranges enum a type
pull/389/head
Gergely Nagy 7 years ago committed by GitHub
commit 0005665a2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,7 +21,7 @@
namespace kaleidoscope { namespace kaleidoscope {
namespace ranges { namespace ranges {
enum { enum : uint16_t {
FIRST = 0xc000, FIRST = 0xc000,
KALEIDOSCOPE_FIRST = FIRST, KALEIDOSCOPE_FIRST = FIRST,
OS_FIRST, OS_FIRST,

Loading…
Cancel
Save