home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / cplus / 13559 < prev    next >
Encoding:
Text File  |  1992-09-12  |  1.0 KB  |  26 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!mcsun!sunic!lth.se!newsuser
  3. From: dag@control.lth.se (Dag Bruck)
  4. Subject: Re: zero-length datatype
  5. Message-ID: <1992Sep12.151440.23886@lth.se>
  6. Sender: newsuser@lth.se (LTH network news server)
  7. Organization: Department of Automatic Control, Lund, Sweden
  8. References: <TMB.92Sep8141523@arolla.idiap.ch> <4947@holden.lulea.trab.se> <HAYDENS.92Sep9215705@bullwinkle.juliet.ll.mit.edu> <TMB.92Sep10120206@arolla.idiap.ch> <23650@alice.att.com> <TMB.92Sep11211332@arolla.idiap.ch>
  9. Distribution: comp
  10. Date: Sat, 12 Sep 1992 15:14:40 GMT
  11. Lines: 13
  12.  
  13. In <comp.lang.c++> tmb@idiap.ch writes:
  14. >
  15. >Compiler writers might be encouraged to issue a warning when a
  16. >declaration of "void f(void);" occurs in the C++ language context
  17.     ....
  18. >Maybe the interpretation of "void f(void)" as a function taking no
  19. >arguments could eventually be phased out in the C++ language context.
  20.  
  21. The point is that C++ should be as compatible as possible with ISO C.
  22. This is one of strongest requirements for the C++ standardization
  23. committees.
  24.  
  25.             -- Dag
  26.