Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Commit

Permalink
NuttX workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-kirienko committed Mar 17, 2017
1 parent e8768bd commit 14e9465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matrix/stdlib_imports.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 14e9465

Please sign in to comment.