Skip to content
  • Brad King's avatar
    cmConstStack: Factor out of cmListFileBacktrace · 11cc728e
    Brad King authored
    This presents value semantics for a stack of constant values.
    Internally it shares ownership to avoid copies.  Previously
    this was implemented by `cmListFileBacktrace` explicitly,
    but the approach can be re-used for other kinds of stacks.
    11cc728e