mirror of
https://github.com/catchorg/Catch2.git
synced 2025-07-31 19:24:50 +02:00
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
|
// 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
|
||||||
|
Reference in New Issue
Block a user