Skip to content

add constructors to BlockID and DiscreteBounds

Arnur Nigmetov requested to merge greynarn/diy:add_constructors into master

Added constructors to, e.g., allow emplacing diy::BlockID and diy::DiscreteBounds into a vector. Constructors are straightforward: take struct fields in the order of declaration.

Merge request reports