Skip to content

Make connectivity structures trivially copyable

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.

Merge request reports