Loading tests/Support/Common.h +1 −3 Original line number Diff line number Diff line Loading @@ -10,8 +10,6 @@ #include <sstream> #include <regex> #include <cmath> #include <limits> using namespace std; /** Loading Loading @@ -87,7 +85,7 @@ public: return stoi(lastInt); // Return the last matched float } catch (exception& ignored) { cerr << "I could not parse " << lastInt << " into an integer." << endl; return numeric_limits<int>::min(); return NAN; } } Loading Loading
tests/Support/Common.h +1 −3 Original line number Diff line number Diff line Loading @@ -10,8 +10,6 @@ #include <sstream> #include <regex> #include <cmath> #include <limits> using namespace std; /** Loading Loading @@ -87,7 +85,7 @@ public: return stoi(lastInt); // Return the last matched float } catch (exception& ignored) { cerr << "I could not parse " << lastInt << " into an integer." << endl; return numeric_limits<int>::min(); return NAN; } } Loading