Changed relative #includes and made SourceLineInfo sortable (added < op)

This commit is contained in:
Phil Nash
2015-03-04 07:08:53 +00:00
parent 7f5615272b
commit 5eb7748a55
7 changed files with 9 additions and 5 deletions

View File

@@ -94,6 +94,7 @@ namespace Catch {
# endif
bool empty() const;
bool operator == ( SourceLineInfo const& other ) const;
bool operator < ( SourceLineInfo const& other ) const;
std::string file;
std::size_t line;