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)
    class VersionCondition
    deprecated static
    void
    addGlobalIdent
    (
    const(char)* ident
    )
  2. void addGlobalIdent(string ident)
  3. void addGlobalIdent(const(char)[] ident)

Parameters

ident const(char)*

identifier to add

Suggestion Box / Bug Report