#pragma once namespace my { template struct PropagateConst { typedef TTo type; }; template struct PropagateConst { typedef TTo const type; }; }