Skip to content

Commit

Permalink
Added private assignment operator to fix VS2010 issue
Browse files Browse the repository at this point in the history
- thanks to Kosta (#239)
  • Loading branch information
philsquared committed Feb 11, 2014
1 parent b15726b commit 5845ae9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/reporters/catch_reporter_bases.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down

0 comments on commit 5845ae9

Please sign in to comment.