Do not expose both std::isnan() and isnan()
This commit is contained in:
parent
e9ea5e9036
commit
91f184caff
@ -33,7 +33,7 @@
|
||||
#include "soundmgr_openal_private.hxx"
|
||||
#include "sample_group.hxx"
|
||||
|
||||
#ifdef HAVE_STD_ISNAN
|
||||
#if defined(HAVE_STD_ISNAN) && !defined(HAVE_ISNAN)
|
||||
using std::isnan;
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user