delete the copy ctor and copy-assignment operator of the classes that used it.
the Config base class now needs an explicitly default declared constructor since the compiler will no longer generate it once the above are deleted
Differential D9743
remove boost::noncopyable dependency majcosta on Jul 6 2021, 17:22. Authored by Tags None Subscribers None
Details
delete the copy ctor and copy-assignment operator of the classes that used it. the Config base class now needs an explicitly default declared constructor since the compiler will no longer generate it once the above are deleted ninja all check check-functional
Diff Detail
|