Commit 87fbac0
committed
Use uniform initialization for aggregate trait
This prevents us from doing narrowing conversions, but it's necessary
for initializing base class values. Overall, I'd rather take the latter
over the former. Explicit casts/ctor can be used to explicitly narrow.1 parent 9e42858 commit 87fbac0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4165 | 4165 | | |
4166 | 4166 | | |
4167 | 4167 | | |
4168 | | - | |
| 4168 | + | |
4169 | 4169 | | |
4170 | 4170 | | |
4171 | 4171 | | |
| |||
0 commit comments