n3290 document

Hello,

Is there a way to get a hold of the C++11 features document? I think the open std’s page is password protected.

Regards,

Carter.

Hello,

Is there a way to get a hold of the C++11 features document? I think the open std's page is password protected.

There are two:

1. Buy it.
2. Go back in time; immediately after it was published on the working group's website, due to a mistake it wasn't
   password-protected :wink:

This failing, you could use the last working draft N3242: <http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2011/n3242.pdf&gt;
There shouldn't be too many differences.

Hope this helps,
Jonathan

Thanks I was somewhat curious what the differences were. If not I will work with the old draft.

Hello,

Thanks I was somewhat curious what the differences were. If not I will work with the old draft.

I tried comparing both documents, but there were too many differences due to slight changes in
formatting and line breaks. Going from <ISO C++ standard draft - Stack Overflow,
there also seem to be some small language-related modifications between them.

Sorry I couldn't be of more help,
Jonathan

Fortunately, for every draft, there is a corresponding editor's report that lists the changes since the previous draft. For N3290, the corresponding report is N3292: <http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2011/n3292.html&gt;\. From what I've seen, most changes that are not held in an N* papers are primarily editorial, whereas most N* papers discuss larger changes in syntax or semantics.

Thanks all. There are a few details concerning clangs internals I am not sure about so I have been examining the code.