Kyle Williams

Results 4 issues of Kyle Williams

I'm building on Ubuntu 20.04 with the compiler > Ubuntu clang version 17.0.0 (++20230811073125+8f4dd44097c9-1~exp1~20230811073223.19) > Target: x86_64-pc-linux-gnu > Thread model: posix Using build tool Unix Makefiles >GNU Make 4.2.1 >...

# Change file extension of README Issue: Currently, the README uses markdown formatting that is not recognized by github. Proposed changes: By adding the .md extension to README, github will...

enhancement

The "Basic" example doe not work as written. Currently, it has `enum class Color : { RED = -10, BLUE = 0, GREEN = 10 };` which is not valid...