mirror of
https://github.com/catchorg/Catch2.git
synced 2025-12-21 17:42:11 +01:00
provide a VS2012 project and fix 2 compilation issues for VS2012
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#include "tbc_text_format.h"
|
||||
#undef CLICHE_TBC_TEXT_FORMAT_OUTER_NAMESPACE
|
||||
|
||||
#include <algorithm>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user