lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 838e7eb 1/3: Remove an ancient glibc++ condit


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 838e7eb 1/3: Remove an ancient glibc++ conditional
Date: Fri, 10 Mar 2017 14:14:48 -0500 (EST)

branch: master
commit 838e7eb8d28033d83102624bcfb5b3869c2fdbb4
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Remove an ancient glibc++ conditional
---
 alert_test.cpp | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/alert_test.cpp b/alert_test.cpp
index 1e72d7d..171a5f5 100644
--- a/alert_test.cpp
+++ b/alert_test.cpp
@@ -78,13 +78,6 @@ int test_main(int, char*[])
     s = "Second simulated alarum.";
     BOOST_TEST_THROW(alarum() << s << std::flush, std::runtime_error, s);
 
-#if defined __GLIBCPP__ && __GLIBCPP__==20030426
-    std::cout
-        << "This test fails with libstdc++-v3 if ostream.tcc is\n"
-        << "older than version 1.30.2.14 of 2003-12-01T19:39:49 .\n"
-        ;
-#endif // Defective version of libstdc++-v3.
-
     return 0;
 }
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]