Revert "Properly declare isnan() in C++ testcode"

This reverts commit 07b75e4543.

std:: qualified names not portable until c++11
epicsMath.h changed to ensure that unqualified
names continue to work.
This commit is contained in:
Michael Davidsaver
2019-12-19 18:48:52 -08:00
parent e9dde4d2f8
commit 94eff54fa9

View File

@@ -7,7 +7,6 @@
#include <fstream>
#include <iostream>
#include <algorithm>
#include <cmath>
#include <limits>
#include <typeinfo>
#include <stddef.h>
@@ -24,7 +23,6 @@
#include "pv/typeCast.h"
using std::string;
using std::isnan;
namespace {
// Mangle value to be printable as per print_convolute<>