Convertion
C++ already support implicit conversion that increase restriction.
Namely,it is that
From unsafe to safe
From no-const to const
Oppose to that,freely converting from safe to unsafe is dangerous.
Convertion
C++ already support implicit conversion that increase restriction.
Namely,it is that
From unsafe to safe
From no-const to const
Oppose to that,freely converting from safe to unsafe is dangerous.