Serving the Quantitative Finance Community

  • 1
  • 2
  • 3
  • 4
  • 5
  • 15
 
User avatar
DevonFangs
Topic Author
Posts: 0
Joined: November 9th, 2009, 1:49 pm

ISO C++11 published

October 11th, 2011, 4:28 pm

Press release.
 
User avatar
Hansi
Posts: 41
Joined: January 25th, 2010, 11:47 am

ISO C++11 published

October 11th, 2011, 4:34 pm

Again, does anyone actually know why they sell it?
 
User avatar
SierpinskyJanitor
Posts: 1
Joined: March 29th, 2005, 12:55 pm

ISO C++11 published

October 11th, 2011, 8:39 pm

Exactly! This is one of those stds that should really be widely and freely distributed.
 
User avatar
DevonFangs
Topic Author
Posts: 0
Joined: November 9th, 2009, 1:49 pm

ISO C++11 published

October 11th, 2011, 10:29 pm

QuoteOriginally posted by: HansiAgain, does anyone actually know why they sell it?You, that's what I wanted to ask you. In general you know these things.
 
User avatar
Polter
Posts: 1
Joined: April 29th, 2008, 4:55 pm

ISO C++11 published

March 3rd, 2014, 5:24 pm

LLVM project has just reported a successful switch:http://article.gmane.org/gmane.comp.com ... oteSubject: C++11 is here!!! (and it looks like it'll stay!)I flipped the build systems to use C++11 today by default. Nothing seems to have broken, folks seem happy, and the bots are making good progress.I plan to slowly remove support for building in C++98 mode over the weekend and watch the bots to see if there are any that were forcing things in the other direction. If all goes well, its open season. I've got a bunch of the basic cleanup (deleting the no longer needed #if's) ready to go, but I'm being a bit conservative about submitting them.I've also mailed out some additions to the coding standards to try and cover a few bikesheds that would likely diverge easily in C++11, and to cover a few corners of the new language where several people expressed strong opinions that we should have guidelines about when and where to use them. You can join the review on llvm-commits, or here: http://llvm-reviews.chandlerc.com/D2905Let me know if anything breaks!-Chandler
 
User avatar
Cuchulainn
Posts: 20254
Joined: July 16th, 2004, 7:38 am
Location: 20, 000

ISO C++11 published

June 12th, 2014, 12:03 pm

C++ 11/14 features and keywords for VS2013/2014
Last edited by Cuchulainn on June 11th, 2014, 10:00 pm, edited 1 time in total.
 
User avatar
Hansi
Posts: 41
Joined: January 25th, 2010, 11:47 am

ISO C++11 published

June 12th, 2014, 1:31 pm

QuoteOriginally posted by: outrunNice overview.It's too bad that they don't just implement all of it. Eg constexpr is partial, stuff like that can't be fixed with boost IMO.They note that the bottleneck is on the compiler team and no work will be done till they have constexpr done at their level.
 
User avatar
dd3
Posts: 4
Joined: June 8th, 2010, 9:02 am

ISO C++11 published

June 12th, 2014, 3:16 pm

QuoteOriginally posted by: HansiQuoteOriginally posted by: outrunNice overview.It's too bad that they don't just implement all of it. Eg constexpr is partial, stuff like that can't be fixed with boost IMO.They note that the bottleneck is on the compiler team and no work will be done till they have constexpr done at their level.It's funny that they considered Atomics to be complete in VS2013, the code generated was horrible
 
User avatar
katastrofa
Posts: 7440
Joined: August 16th, 2007, 5:36 am
Location: Alpha Centauri

ISO C++11 published

June 12th, 2014, 9:23 pm

@ outrun, HansiYou can read drafts for free. They sell the final version to cover the costs of preparing it (I can believe it takes some time and effort) and some people actually buy it - see below.People who write compilers buy and study such things. Common programers can use drafts - see above.(They should never reach this line...)a
 
User avatar
katastrofa
Posts: 7440
Joined: August 16th, 2007, 5:36 am
Location: Alpha Centauri

ISO C++11 published

June 13th, 2014, 7:44 am

This is a great line to put in one's CV:"Hobbies: reading programming language standards"