This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Converting GCC to compilation with C++
- From: Rogelio M.Serrano Jr. <rogelio at smsglobal dot net>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 19 Jul 2004 09:02:47 +0800
- Subject: Re: Converting GCC to compilation with C++
Hi, I'm an outsider but... Why not creating a switch which would
trim the
C++ language to a "safe" subset? Then GCC could use this switch, and
many
projects (like Mozilla) could use it as well...
Whats the difference between c and "safe" subset of c++? I dont see
any.