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 Authored by majcosta on Jul 6 2021, 17:22. 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
|