> g++ can be used as a (better) C compiler. Shouldn't compilation with > g++ be supported ?
g++ is not a C compiler. C++ is not just a superset of C The differences in the semantics of void* pointers are just one example; in addition C++ does not have designated initializers for structures, some valid C names are reserved words in C++, etc. - R. -- Roland Dreier <[email protected]> || For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/index.html -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
