program_metadata: Explicitly specify copy/move functions
The generation of the copy assignment operators are deprecated on being generated when a user-provided destructor is present. We can explicitly specify that we desire this behavior to keep the class forward compatible with future standards.
Please register or sign in to comment