Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

Wrapping numerical types in classes?


Old topic!
Guest, the last post of this topic is over 60 days old and at this point you may not reply in this topic. If you wish to continue this conversation start a new topic.

  • You cannot reply to this topic
22 replies to this topic

#21 Washu   Senior Moderators   -  Reputation: 3113

Like
0Likes
Like

Posted 25 October 2012 - 05:03 PM

Why are you using a non-standard compiler?


All current C++ compilers are non-standards conformant, in fact you could go so far as saying "There never has been a fully standards conformant C++ compiler." As such your argument is moot.

Edited by Washu, 25 October 2012 - 05:03 PM.

In time the project grows, the ignorance of its devs it shows, with many a convoluted function, it plunges into deep compunction, the price of failure is high, Washu's mirth is nigh.
ScapeCode - Blog | SlimDX


Ad:

#22 Hodgman   Moderators   -  Reputation: 13471

Like
0Likes
Like

Posted 25 October 2012 - 06:45 PM

Don't forget std::atomic is a part of the current C++ standard. If your compiler does not support the current C++ standard, it's a non-compliant compiler. Why are you using a non-standard compiler?

Hardly any compilers have full C++11 compliance, as you probably know...
Most compilers are pretty good at C++03/98 compliance though, and a lot of non-PC platforms don't provide up-to-date toolchains...

#23 ChaosEngine   Members   -  Reputation: 997

Like
0Likes
Like

Posted 25 October 2012 - 06:46 PM

If your compiler does not support the current C++ standard, it's a non-compliant compiler. Why are you using a non-standard compiler?


Do the xbox and ps3 compilers support C++11?
if you think programming is like sex, you probably haven't done much of either.-------------- - capn_midnight




Old topic!
Guest, the last post of this topic is over 60 days old and at this point you may not reply in this topic. If you wish to continue this conversation start a new topic.



PARTNERS