stdlib_imports cinttypes currently unavailable in NuttX toolchain (#79)

This commit is contained in:
Daniel Agar 2019-01-21 09:12:36 -05:00 committed by GitHub
parent 18fba8221c
commit 6b0777d815
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -11,7 +11,7 @@
#include <cmath>
#include <cstdlib>
#include <cinttypes>
#include <inttypes.h>
namespace matrix {
@ -78,8 +78,6 @@ using std::modf;
# if (__cplusplus >= 201103L)
using std::imaxabs;
using std::imaxdiv;
using std::remainder;
using std::remquo;
using std::fma;