Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- The real problem is "Your are using C++11 in a machine that doesn't support it!"
- If you are using a host for an online game (or another stuff), leave it! You cannot solve this problem in a host.
- The problema is because you are using C++11 in a SO release before C++11 was released, so, what you need is update the machine or download files to can use C++11 (you can find answer on internet), but you are in a host, so you have two options, three in fact
- 1 - delete C++11 functions (not a good idea, i think)
- 2 - leave your project (pelease, never do it, never let your dreams)
- 3 - buy a VPS (well, it is slightly more expensive, but you will see your problema solved) (before buy a VPS, choose a VPS with a recente SO version, there a lot...so, you just need to find one, and your problem are solved)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement