This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Embedded C++



  In message <199812301144.MAA00513@mira.isdn.cs.tu-berlin.de>you write:
  > As I understand it, a *good* EC++ compiler should make use of the
  > omitted features, such as not having to deal with multiple inheritance
  > and templates. In particular, it would come with a iostreams library
  > that is not templatized and has no locale code.
In theory, yes.  In practice I do not think most implementations do this,
particularly the library simplifications.

  > code. Instead, they propose arbitrary restrictions on programs, based
  > on what they consider "hard to implement".
Precisly.  In fact, the primary reason EC++ exists was because certain folks
didn't want to burn the time to implement the harder aspects of the C++
language.

jeff


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]