mirror of
https://github.com/catchorg/Catch2.git
synced 2025-11-17 11:19:33 +01:00
Removed default ctors for AssertionInfo, AssertionResult and SourceLineInfo
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
|
||||
namespace Catch {
|
||||
|
||||
SourceLineInfo::SourceLineInfo() noexcept : file(""), line( 0 ){}
|
||||
SourceLineInfo::SourceLineInfo( char const* _file, std::size_t _line ) noexcept
|
||||
: file( _file ),
|
||||
line( _line )
|
||||
|
||||
Reference in New Issue
Block a user