provide a VS2012 project and fix 2 compilation issues for VS2012

This commit is contained in:
Kosta
2014-02-11 13:23:49 +01:00
parent 0dc49d1b57
commit 508dfe0886
5 changed files with 178 additions and 0 deletions

View File

@@ -99,6 +99,7 @@ namespace Catch {
return node->stats.sectionInfo.lineInfo == m_other.lineInfo;
}
private:
BySectionInfo& operator=( BySectionInfo const& other ); // = delete;
SectionInfo const& m_other;
};