home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / gnu / g / help / 1028 < prev    next >
Encoding:
Internet Message Format  |  1992-07-23  |  1.1 KB

  1. Xref: sparky gnu.g++.help:1028 comp.lang.c++:11410 comp.std.c++:923
  2. Newsgroups: gnu.g++.help,comp.lang.c++,comp.std.c++
  3. Path: sparky!uunet!kithrup!mrs
  4. From: mrs@kithrup.COM (Mike Stump)
  5. Subject: Re: G++ and 3.0
  6. Reply-To: mrs@cygnus.com (Mike Stump)
  7. Organization: Cygnus Support
  8. Date: Thu, 23 Jul 1992 14:40:13 GMT
  9. Message-ID: <1992Jul23.144013.4244@kithrup.COM>
  10. References: <l6qpmdINN4mq@news.bbn.com>
  11. Lines: 13
  12.  
  13. As one of the people that enhances g++ to more fully conform to the x3j16
  14. working paper, let me suggest that it is more useful to me if you ask when
  15. a particular feature will be implemented.  That way, I can have a sence of
  16. what people would like to see first.
  17.  
  18. While cfront 3.0 is a nice target, I am more interested in ANSI C++, for
  19. example, the next release of gcc will, in all probability, have wchar_t as
  20. a distinct type, suitable for overloading.  cfront does not have this
  21. feature.  One will be able to say cout << L"..." and get meaningful results.
  22.  
  23. In article <l6qpmdINN4mq@news.bbn.com> mbrinn@bbn.com (Marshall Brinn) writes:
  24. >Does anyone know of current plans for a g++ release compatible with the 3.0
  25. >or 3.1 language features?
  26.