Actually do what the previous commit claimed to do!

:-s
This commit is contained in:
Phil Nash 2017-08-09 10:29:05 +01:00
parent 8382d99081
commit 4b5ac4d3d9
1 changed files with 1 additions and 1 deletions

View File

@ -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