mirror of
https://github.com/catchorg/Catch2.git
synced 2025-10-31 20:27:11 +01:00
Changed relative #includes and made SourceLineInfo sortable (added < op)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user