Advertisement
Guest User

Untitled

a guest
Dec 5th, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. In file included from /mnt/storage/pm/poky/sim-mono/tmp/work/i586-poky-linux/remoteobjects/0.0+gitAUTOINC+0f8571a823-r0/recipe-sysroot/usr/include/c++/6.4.0/cmath:45:0,
  2. from /home/swalter/test.cpp:2:
  3. /home/swalter/test.cpp: In function 'int main()':
  4. /home/swalter/test.cpp:6:23: error: expected unqualified-id before '(' token
  5. std::cout << std::isinf(NAN) << '\n';
  6. ^
  7. /home/swalter/test.cpp:6:23: error: expected primary-expression before '__typeof'
  8. std::cout << std::isinf(NAN) << '\n';
  9. ^
  10. /home/swalter/test.cpp:6:23: error: expected primary-expression before ')' token
  11. std::cout << std::isinf(NAN) << '\n';
  12. ^
  13. /home/swalter/test.cpp:6:23: error: '__builtin_types_compatible_p' was not declared in this scope
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement