Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. /usr/include/c++/4.8.2/bits/basic_string.h: In function ‘long double std::stold(const string&, std::size_t*)’:
  2. /usr/include/c++/4.8.2/bits/basic_string.h:2857:47: error: x87 register return with x87 disabled
  3. stold(const string& __str, size_t* __idx = 0)
  4. ^
  5.  
  6. /usr/include/c++/4.8.2/bits/basic_string.h: In function ‘float std::stof(const string&, std::size_t*)’:
  7. /usr/include/c++/4.8.2/bits/basic_string.h:2849:46: error: SSE register return with SSE disabled
  8. stof(const string& __str, size_t* __idx = 0)
  9. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement