Skip to content
  1. Dec 07, 2020
    • LC's avatar
      Merge pull request #5155 from comex/xx-default · 5933667c
      LC authored
      Fix "explicitly defaulted but implicitly deleted" warning
      5933667c
    • 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. Dec 06, 2020
  3. Dec 05, 2020
  4. Dec 04, 2020
  5. Dec 03, 2020
  6. Dec 02, 2020
Loading