commit | c10a3b13fec850effc68c8b4f8861158f7fa7fed | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Tue May 04 15:26:58 2021 -0600 |
committer | Tom Tromey <tom@tromey.com> | Wed May 05 00:06:16 2021 -0600 |
tree | 28e91c7827d116acb2a00a6eae6a5bcf1a0c143c | |
parent | 41f4381648feb1e5eaa27d108b21e2b95ad3739d [diff] |
libcc1: delete copy constructor and assignment operators Change libcc1 to use "= delete" for the copy constructor and assignment operator, rather than the old approach of private methods that are nowhere defined. libcc1 * rpc.hh (argument_wrapper): Use delete for copy constructor. * connection.hh (class connection): Use delete for copy constructor. * callbacks.hh (class callbacks): Use delete for copy constructor.