shared_array_memory(size_type Size_,const T& t_):Ptr(Pool.construct(array_type(Size_,t_))){}
		shared_array_memory():Ptr(Pool.construct()){}