julia
b1e711e5 - Avoid `Style()` during broadcast whenever possible. (#51708)

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.
Author
Parents
Loading