VersionCondition.addGlobalIdent

Add an user-supplied global identifier to the list

Only called from the driver for -version=Ident parameters. Will raise an error if the identifier is reserved.

  1. void addGlobalIdent(const(char)* ident)
  2. void addGlobalIdent(string ident)
    class VersionCondition
    extern (D) static
    void
    addGlobalIdent
    (
    string ident
    )
  3. void addGlobalIdent(const(char)[] ident)

Parameters

ident string

identifier to add

Suggestion Box / Bug Report