[Cs3] destructor in sigleton should be private

Mikhail Nesterenko mnestere at kent.edu
Thu Oct 23 22:19:23 EDT 2025


or else a client may destroy it like so:

  auto p = Singleton::instance();
  delete p;

Thanks,
-- 
Mikhail


More information about the cs3 mailing list