VMS Help
CXX, Qualifiers, /DISTINGUISH_NESTED_ENUMS

 *Conan The Librarian

       /DISTINGUISH_NESTED_ENUMS
       /NODISTINGUISH_NESTED_ENUMS (D)

    Causes the compiler, when forming a mangled name, to include the
    name of any enclosing classes within which an enum is nested,
    thereby preventing different functions from receiving the same
    mangled name.

    This qualifier has no meaning on I64 systems because it modifies
    the behavior of programs compiled with /MODEL=ARM, and that model
    is not supported on I64 systems.
  Close     Help