forked from catchorg/Catch2
Actually do what the previous commit claimed to do!
:-s
This commit is contained in:
@ -23,7 +23,7 @@ namespace Catch {
|
||||
|
||||
// We want to delete this constructor but a compiler bug in 4.8 means
|
||||
// the struct is then treated as non-aggregate
|
||||
AssertionInfo() = delete;
|
||||
//AssertionInfo() = delete;
|
||||
};
|
||||
|
||||
} // end namespace Catch
|
||||
|
Reference in New Issue
Block a user