]> git.ipfire.org Git - thirdparty/squid.git/commit
Removed an unnecessary explicit copy constructor
authorEduard Bagdasaryan <eduard.bagdasaryan@measurement-factory.com>
Tue, 17 Aug 2021 17:26:36 +0000 (20:26 +0300)
committerEduard Bagdasaryan <eduard.bagdasaryan@measurement-factory.com>
Tue, 17 Aug 2021 17:26:36 +0000 (20:26 +0300)
commitc30c37f6aa8820af57984a62adfbb208914adfbb
tree95af1d41742eefd1731043fdedab0ad76cd2b55c
parent0a7432ad0c3af8d9862d000fa22f4b540765ae61
Removed an unnecessary explicit copy constructor

since the default-generated Eui64 constructor performs the required
member-wise copy itself. This should fix a compiler error
with the [-Werror=deprecated-copy] compiler option.
src/eui/Eui48.h