Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
500 views
in Technique[技术] by (71.8m points)

c++11 - Changes between C++ standard working drafts?

N3337 is a working draft of the C++ standard that was published on 2012-01-16:

N3337 (pdf)

It has only minor editorial changes over the official C++11 standard.

N3337 was revised to N3376 on 2012-02-28:

N3376 (pdf)

N3376 was revised to N3485 on 2012-11-02:

N3485 (pdf)

I am interested to know the differences between N3337 and N3485? (or equivilantely the differences between N3337 and N3376 and differences between N3376 and N3485)

One way to do this is to try and analyze the git log of:

https://github.com/cplusplus/draft

Another way would be to dump the PDFs to text and run diff on them.

Is there a better way to follow the changes? Is there a curated list of changes kept somewhere? Perhaps at a standard location or in a standard format?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...