Update to build 26

This commit is contained in:
Malcolm Noyes
2014-02-20 15:49:51 +00:00
19 changed files with 1339 additions and 269 deletions

View File

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