Skip to content
GitLab
Explore
Sign in
Remove explicit copy constructor from {U,S}TChannelID
Code
Review changes
Check out branch
Download
Patches
Plain diff
Gerhard Raven
requested to merge
no-explicit-copy
into
master
Aug 28, 2019
Overview
1
Commits
1
Pipelines
1
Changes
2
Expand
there is no corresponding operator=
as there is no d'tor, copy c'tor can, and thus should, be implicitly generated
should fix a number of gcc9 warnings
Edited
Aug 30, 2019
by
Marco Cattaneo
Merge request reports