[cfe-dev] RegionRawOffset derived from std::pair?

Ken Dyck Ken.Dyck at onsemi.com
Tue Jan 26 07:57:36 PST 2010


Is there any strong motivation for RegionRawOffset being derived from
std::pair? There doesn't appear to be any code that relies on this
inheritance or the 'first' and 'second' members that it exposes. 

Would there be any objections to replacing the inheritance with two
private members?

-Ken





More information about the cfe-dev mailing list