mirror of
https://github.com/catchorg/Catch2.git
synced 2025-12-17 15:42:13 +01:00
Fix a7a9ee5
This commit is contained in:
@@ -43,7 +43,7 @@ namespace Catch {
|
||||
struct SourceLineInfo {
|
||||
|
||||
SourceLineInfo() = delete;
|
||||
SourceLineInfo::SourceLineInfo( char const* _file, std::size_t _line ) noexcept
|
||||
SourceLineInfo( char const* _file, std::size_t _line ) noexcept
|
||||
: file( _file ),
|
||||
line( _line )
|
||||
{}
|
||||
|
||||
Reference in New Issue
Block a user