mirror of
https://github.com/catchorg/Catch2.git
synced 2025-10-18 08:05:40 +02:00
Remove workaround for GCC 4.8, as it is no longer supported
Closes #1442
This commit is contained in:
@@ -45,7 +45,6 @@ namespace Catch {
|
||||
std::vector<TestCase> m_functions;
|
||||
mutable RunTests::InWhatOrder m_currentSortOrder = RunTests::InDeclarationOrder;
|
||||
mutable std::vector<TestCase> m_sortedFunctions;
|
||||
std::ios_base::Init m_ostreamInit; // Forces cout/ cerr to be initialised
|
||||
};
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user