NuttX workaround

This commit is contained in:
Pavel Kirienko
2017-03-17 13:57:09 +03:00
committed by James Goppert
parent 23def31d21
commit 8dbe4a7531
+1 -1
View File
@@ -40,7 +40,7 @@ using std::frexp;
using std::ldexp;
using std::modf;
#if __cplusplus >= 201103L
#if (__cplusplus >= 201103L) && !defined(__PX4_NUTTX)
using std::imaxabs;
using std::imaxdiv;