Revert "libcom: properly declare isnan() in C++ code"

This reverts commit 2e89a60c2d.
This commit is contained in:
Michael Davidsaver
2019-12-16 10:25:55 -08:00
parent 8a9637568e
commit 247fea0fa9
4 changed files with 1 additions and 14 deletions

View File

@@ -13,9 +13,7 @@
#ifndef __EPICS_ALGORITHM_H__
#define __EPICS_ALGORITHM_H__
#include <cmath>
using std::isnan;
#include "epicsMath.h"
// The C++ standard only requires types to be less-than comparable, so
// the epicsMin and epicsMax templates only use operator <