From 24f08460bbca3311db150dffd3275b12e964309d Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Mon, 16 Dec 2019 10:26:00 -0800 Subject: [PATCH] Revert "libcom: fix colliding isnan/isinf between C99 and C++0x for gcc-4" This reverts commit 09ec3af3371020278d5c41ca19e170468dc2fc02. --- src/libCom/osi/os/posix/epicsMath.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libCom/osi/os/posix/epicsMath.h b/src/libCom/osi/os/posix/epicsMath.h index 1ef96d76f..13f25e520 100644 --- a/src/libCom/osi/os/posix/epicsMath.h +++ b/src/libCom/osi/os/posix/epicsMath.h @@ -18,10 +18,8 @@ #include using std::isfinite; -#ifndef __GXX_EXPERIMENTAL_CXX0X__ using std::isinf; using std::isnan; -#endif using std::isnormal; extern "C" {