[2211] make DataSrcClientsMgr and DataSrcClientsBuilder non copyable.
they are not expected to be copied, and I actually had a bug due to an accidental copy. Making it non copyable will help avoid such bugs.
Please register or sign in to comment
they are not expected to be copied, and I actually had a bug due to an accidental copy. Making it non copyable will help avoid such bugs.