mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 20:30:05 +00:00
Level2ProductView::Impl is not movable (thread pool is not movable)
This commit is contained in:
parent
a3eb53a649
commit
80c3cb70d2
1 changed files with 2 additions and 2 deletions
|
|
@ -114,8 +114,8 @@ public:
|
||||||
Impl(const Impl&) = delete;
|
Impl(const Impl&) = delete;
|
||||||
Impl& operator=(const Impl&) = delete;
|
Impl& operator=(const Impl&) = delete;
|
||||||
|
|
||||||
Impl(Impl&&) noexcept = default;
|
Impl(Impl&&) noexcept = delete;
|
||||||
Impl& operator=(Impl&&) noexcept = default;
|
Impl& operator=(Impl&&) noexcept = delete;
|
||||||
|
|
||||||
void ComputeCoordinates(
|
void ComputeCoordinates(
|
||||||
const std::shared_ptr<wsr88d::rda::ElevationScan>& radarData,
|
const std::shared_ptr<wsr88d::rda::ElevationScan>& radarData,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue