Pull Request №668 RosettaCommons/rosetta/main ← lyskov-ai/rosetta/refactor/signals-modernize-copy-prevention
Merge: 8556abcecef09877257656a5144b1902b5f7c699←45ad271fbf7645713af9216c17f1f187d246729c
Modernize copy prevention in utility/signals classes to use = delete
----------------
Merge commit message:
Modernize copy prevention in utility/signals classes to use = delete
Replace old-style private-and-undefined copy constructor/assignment
declarations with explicit = delete in SignalHub, BufferedSignalHub,
PausableSignalHub, TokenHub, and LinkUnit. Also deletes the LinkUnit
default constructor the same way.