I\'d love to be able to do this:
class myInt : public int { };
Why can\'t I?
Why would I want to? Stronger typing. For example, I
You can get what you want with strong typedefs. See BOOST_STRONG_TYPEDEF