diff options
author | comex <comexk@gmail.com> | 2020-08-31 10:38:58 -0400 |
---|---|---|
committer | comex <comexk@gmail.com> | 2020-12-06 19:02:04 -0500 |
commit | e31cb50405daae5d7189a98da272ca6c08ca8e04 (patch) | |
tree | f8ee8a9de18e0aa21f5675573b27755067a11e13 /src/common/file_util.cpp | |
parent | 0dc234c5ea51667c99d64c5f13f8a11cc4865455 (diff) |
Fix "explicitly defaulted but implicitly deleted" warning
`PhysicalCore`'s move assignment operator was declared as `= default`,
but was implicitly deleted because `PhysicalCore` has fields
of reference type. Switch to explicitly deleting it to avoid a Clang
warning.
The move *constructor* is still defaulted, and is required to exist due
to the use of `std::vector<PhysicalCore>`.
Diffstat (limited to 'src/common/file_util.cpp')
0 files changed, 0 insertions, 0 deletions