I have the following code:
class VPersistence { public: static VPersistence& get_instance() { return instance; } // prohibit copy & move VPersistence