diff options
author | Tom Tromey <tom@tromey.com> | 2021-05-04 15:26:58 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2021-05-05 00:06:16 -0600 |
commit | c10a3b13fec850effc68c8b4f8861158f7fa7fed (patch) | |
tree | 28e91c7827d116acb2a00a6eae6a5bcf1a0c143c /gcc | |
parent | 41f4381648feb1e5eaa27d108b21e2b95ad3739d (diff) | |
download | gcc-c10a3b13fec850effc68c8b4f8861158f7fa7fed.zip gcc-c10a3b13fec850effc68c8b4f8861158f7fa7fed.tar.gz gcc-c10a3b13fec850effc68c8b4f8861158f7fa7fed.tar.bz2 |
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.
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions