Skip to content
  • Kenneth Moreland's avatar
    Make connectivity structures trivially copyable · d2d9ba33
    Kenneth Moreland authored
    It always worked to trivially copy these classes, but the compiler did
    not think so because copy constructors were defined. Change these
    constructors to be default so that the compler can properly check
    triviality.
    d2d9ba33