Skip to content

Avoid deep_copy or initializing

Arndt, Daniel requested to merge github/fork/masterleinad/avoid_deep_copy into master

Created by: masterleinad

A lot of these are stylistic (allocate without initializing + deep copy instead of just initializing) so I am happy to disregard it if someone feels strongly about it. For me, this looks cleaner.

Merge request reports