VersionCondition.addPredefinedGlobalIdent

Add any global identifier to the list, without checking if it's predefined

Only called from the driver after platform detection, and internally.

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

Parameters

ident const(char)[]

identifier to add (ident[$] must be '\0')

Suggestion Box / Bug Report