Move deleted constructors to public
Currently, deleted constructors are declared in private section. Moving them to public better fits the C++ agreement.
Sivelkiria Operating System repository
Currently, deleted constructors are declared in private section. Moving them to public better fits the C++ agreement.