I have created simple lazy shared pointer class. However, currently I can have only single instance of it and my design does not support copy assignment.
/// <