-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0.0
-
Component/s: Configuration
-
Labels:None
From: Francis Dupont <fdupont@isc.org>
there are some copy constructors "Foo(const Foo& in);" declared but
not defined. If the idea is to never write the corresponding code the
usage is to make them private (i.e., to move the declaration to a
private section of the "Foo class" declaration.