Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| c_enums [2018/02/04 10:19] – [Overview] rpjday | c_enums [2018/02/04 12:15] (current) – [Basics] rpjday | ||
|---|---|---|---|
| Line 21: | Line 21: | ||
| enum class Warning w3 = Warning:: | enum class Warning w3 = Warning:: | ||
| </ | </ | ||
| + | |||
| + | ===== Treating scoped enums like ints ===== | ||
| + | |||
| + | Stack Overflow explanation [[https:// | ||
| + | |||
| + | See source for '' | ||