1. 07 Dec, 2020 1 commit
    • comex's avatar
      Fix "explicitly defaulted but implicitly deleted" warning · e31cb504
      comex authored
      `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>`.
      e31cb504
  2. 06 Dec, 2020 7 commits
  3. 05 Dec, 2020 14 commits
  4. 04 Dec, 2020 4 commits
  5. 03 Dec, 2020 12 commits
  6. 02 Dec, 2020 1 commit
  7. 01 Dec, 2020 1 commit