julia
b1e711e5
- Avoid `Style()` during broadcast whenever possible. (#51708)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
Avoid `Style()` during broadcast whenever possible. (#51708) On master, `combine_styles(bc::Broadcasted)` calls `BroadcastStyle(typeof(bc))`, which seems bad after #49395 as it has a `Style()` call by default.
References
#51708 - Avoid `Style()` during broadcast whenever possible.
Author
N5N3
Parents
730450c5
Loading