Commit 2c4c226
committed
Code review snippets to address from @davidben
Also:
* sus_if_msvc for attributes should be sus_if_msvc_not_cl
* "language is msvc variant" vs "compiler is msvc"
* sus_if_gnuc_language
* test wrapping for each integer size, esp < 32bit
* not destroy nevervalue? since it's in a union can that be a
requirement on NeverValueTypes, and is C++ okay with constructing
an object in a place where one already exists and was not destroyed?1 parent 7147b8f commit 2c4c226
File tree
5 files changed
+51
-93
lines changed- sus
- macros
- num/__private
5 files changed
+51
-93
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
135 | 134 | | |
136 | 135 | | |
137 | 136 | | |
| |||
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
0 commit comments