Removed default ctors for AssertionInfo, AssertionResult and SourceLineInfo
This commit is contained in:
parent
e658bacb04
commit
5e60050299
9 changed files with 11 additions and 15 deletions
|
@ -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 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue