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 ff25fc7 commit a852ab1Copy full SHA for a852ab1
src/engine/plugins/match.cpp
@@ -152,7 +152,7 @@ Status MatchPlugin::HandleRequest(const std::shared_ptr<datafacade::BaseDataFaca
152
std::transform(parameters.radiuses.begin(),
153
parameters.radiuses.end(),
154
search_radiuses.begin(),
155
- [&](const boost::optional<double> &maybe_radius) {
+ [](const boost::optional<double> &maybe_radius) {
156
double in_radius = maybe_radius ? *maybe_radius : DEFAULT_GPS_PRECISION;
157
158
return std::min(
0 commit comments