sveinhal
(Svein Halvor Halvorsen)
78
Sounds like buggy code. Using weak captures doesn’t really fix the underlying problem.
Poorly designed code doesn’t get better with default weak over default strong. You’re just swapping one set of problems for another.
And changing it is source breaking.
1 Like