home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / cplus / 19848 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  927 b 

  1. Path: sparky!uunet!pilchuck!fnx!nazgul!bright
  2. From: bright@nazgul.UUCP (Walter Bright)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Enum - a question
  5. Message-ID: <1590@nazgul.UUCP>
  6. Date: 24 Jan 93 05:36:33 GMT
  7. References: <1993Jan15.155047.351@uhura1.uucp> <1993Jan18.132258.1404@ucc.su.OZ.AU> <1993Jan18.171942.23923@netcom.com>
  8. Reply-To: bright@nazgul.UUCP (Walter Bright)
  9. Organization: Zortech, Seattle
  10. Lines: 9
  11.  
  12. In article <1993Jan18.171942.23923@netcom.com> erc@netcom.com (Eric Smith) writes:
  13. /I've noticed that Zortech 3.04 makes its enums global even when they
  14. /are found inside classes, but it makes the enumerators local to the
  15. /class.  I don't know why they made the enums global.  It could be just
  16. /a bug, or maybe there is some subtle reason for it from their point of
  17. /view.
  18.  
  19. This was to be compatible with the older pre-nested class C++ compilers.
  20. The current 3.1 release has nested types in conformance with the ARM.
  21.