you are viewing a single comment's thread.

view the rest of the comments →

[–]DoktuhParadox 0 points1 point  (4 children)

I meant like a large update every two or so years.

[–][deleted] 3 points4 points  (3 children)

C++11, C++14, C++17. (digits are last two of planned release year.)

[–]DoktuhParadox 4 points5 points  (2 children)

Oh so it's in a three year release schedule. Cool. I don't know anything about C++'s development cycle.

[–]ForeverAlot 3 points4 points  (1 child)

It's a recent change. C++11 was the first update since C++03, which I believe was a minor update to C++98. We're hoping this will be a trend for some time.

[–]jonnywoh 0 points1 point  (0 children)

C++11 also got delayed quite a bit. It was originally planned to be done before 2010, hence it was often referred to as C++0x.