Level2ProductView::Impl is not movable (thread pool is not movable)

This commit is contained in:
Dan Paulat 2024-12-16 06:25:55 -06:00
parent a3eb53a649
commit 80c3cb70d2

View file

@ -114,8 +114,8 @@ public:
Impl(const Impl&) = delete;
Impl& operator=(const Impl&) = delete;
Impl(Impl&&) noexcept = default;
Impl& operator=(Impl&&) noexcept = default;
Impl(Impl&&) noexcept = delete;
Impl& operator=(Impl&&) noexcept = delete;
void ComputeCoordinates(
const std::shared_ptr<wsr88d::rda::ElevationScan>& radarData,