Skip to content
Snippets Groups Projects
Forked from CMake / CMake
Source project has a limited visibility.
  • Brad King's avatar
    11cc728e
    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
    History
    cmConstStack: Factor out of cmListFileBacktrace
    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.