We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76ddb8c commit 6a5d92cCopy full SHA for 6a5d92c
src/chart/rendering/drawaxes.h
@@ -74,7 +74,7 @@ class DrawAxes : public DrawingContext
74
const Math::Range<> &filter = {0.0, 1.0}) const
75
{
76
return std::views::filter(intervals[axisIndex],
77
- [&filter](const Interval &interval) -> bool
+ [filter](const Interval &interval) -> bool
78
79
return filter.intersects(interval.range);
80
});
0 commit comments