Details
Details
- Reviewers
compnerd
Diff Detail
Diff Detail
Event Timeline
| lib/builtins/int_types.h | ||
|---|---|---|
| 144 | Is there a reason we can't use FComplex, DComplex, LComplex as names instead? This isn't a public header, so we don't have to worry about conflicting with user definitions. | |
| lib/builtins/int_types.h | ||
|---|---|---|
| 158 | Since the fields are hidden behind a macro anyways, any reason to not use "real" and "imaginary"? | |
Is there a reason we can't use FComplex, DComplex, LComplex as names instead? This isn't a public header, so we don't have to worry about conflicting with user definitions.