I have the following code.
#include "iostream" class A { private: static A instance; A(const A&) = delete; public: A() {}; stat