mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-06 15:30:51 +00:00
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
|
@ -11,8 +11,7 @@
|
|||
|
||||
namespace Catch {
|
||||
|
||||
NotImplementedException::NotImplementedException( SourceLineInfo const& lineInfo )
|
||||
: m_lineInfo( lineInfo ) {
|
||||
NotImplementedException::NotImplementedException( SourceLineInfo const& lineInfo ) {
|
||||
std::ostringstream oss;
|
||||
oss << lineInfo << ": function ";
|
||||
oss << "not implemented";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue