Skip to content
Snippets Groups Projects
  • Peter Bortas's avatar
    dbe276f1
    Add "->?" as the safe indexing variant of "->" · dbe276f1
    Peter Bortas authored
    This was earlier covered by "?->", but this is inconsistent with the
    "[?" index variant and the future "(?" program indexing variant.
    
    Usage of "?->" will start emitting a deprication warning is some
    future major version of Pike.
    
    Manual backport from master: 19582df8,
    because the conflict was too big to bother with cherry-pick.
    dbe276f1
    History
    Add "->?" as the safe indexing variant of "->"
    Peter Bortas authored
    This was earlier covered by "?->", but this is inconsistent with the
    "[?" index variant and the future "(?" program indexing variant.
    
    Usage of "?->" will start emitting a deprication warning is some
    future major version of Pike.
    
    Manual backport from master: 19582df8,
    because the conflict was too big to bother with cherry-pick.