mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-13 17:05:39 +02:00
Suppressed a load of warnings
This commit is contained in:
@@ -99,7 +99,6 @@ namespace Catch {
|
||||
return node->stats.sectionInfo.lineInfo == m_other.lineInfo;
|
||||
}
|
||||
private:
|
||||
BySectionInfo& operator=( BySectionInfo const& other ); // = delete;
|
||||
|
||||
SectionInfo const& m_other;
|
||||
};
|
||||
|
Reference in New Issue
Block a user