analogsignal.cpp: Fix std::isnan() related compile issue on some systems
authorGerhard Sittig <gerhard.sittig@gmx.net>
Sun, 17 Jun 2018 16:45:47 +0000 (18:45 +0200)
committerGerhard Sittig <gerhard.sittig@gmx.net>
Tue, 19 Jun 2018 16:47:20 +0000 (18:47 +0200)
Re-do for recent source what commit f9abacf20c85 did to solve bug #531.
Explicitly use std::isnan() in checks. Avoid the 'using' directive since
not all platforms that are supported by sigrok do support it.

  pv/views/trace/analogsignal.cpp:54:12: error: 'isnan' is already declared in this scope


No differences found