mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 13:26:10 +01:00
Actually do what the previous commit claimed to do!
:-s
This commit is contained in:
parent
8382d99081
commit
4b5ac4d3d9
@ -23,7 +23,7 @@ namespace Catch {
|
|||||||
|
|
||||||
// We want to delete this constructor but a compiler bug in 4.8 means
|
// We want to delete this constructor but a compiler bug in 4.8 means
|
||||||
// the struct is then treated as non-aggregate
|
// the struct is then treated as non-aggregate
|
||||||
AssertionInfo() = delete;
|
//AssertionInfo() = delete;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // end namespace Catch
|
} // end namespace Catch
|
||||||
|
Loading…
Reference in New Issue
Block a user