Commit 6c61a8a
committed
Use unsigned char as the underlying type for the tribool state.
This makes sizeof(tribool) == 1, which is similar to sizeof(bool) on most
platforms. This is only enabled when C++11 scoped enums are supported.1 parent ebff10a commit 6c61a8a
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
135 | 139 | | |
136 | 140 | | |
137 | 141 | | |
| |||
0 commit comments