Properly declare isnan() in C++ testcode

This commit is contained in:
Ralph Lange
2019-12-11 12:53:44 +01:00
parent e4f150b34f
commit 07b75e4543

View File

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