Merge branch 'reduce-cmState-accumulation' into reduce-cmState-accumulation-for-master

This commit is contained in:
Brad King
2015-11-25 12:33:06 -05:00
8 changed files with 121 additions and 66 deletions
+2 -4
View File
@@ -90,10 +90,8 @@ class cmListFileBacktrace
{
public:
cmListFileBacktrace(cmState::Snapshot snapshot = cmState::Snapshot(),
cmCommandContext const& cc = cmCommandContext())
: Context(cc), Snapshot(snapshot)
{
}
cmCommandContext const& cc = cmCommandContext());
~cmListFileBacktrace();
void PrintTitle(std::ostream& out) const;
void PrintCallStack(std::ostream& out) const;