digitalmars.D - [spec] Examples of language specifications
- Dibyendu Majumdar (8/8) May 15 2019 Hi,
- Andrei Alexandrescu (3/12) May 15 2019 This is the closest draft for C++17:
- Dibyendu Majumdar (3/5) May 15 2019 Great, thanks!
- Jacob Carlborg (5/14) May 16 2019 The Java specification is freely available as well [1].
Hi, I haven't got copy of the latest C++ standard so I am using http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3797.pdf as a proxy. I hope this is close enough to the current standard. Does anyone know if there is a later revision freely available? Looks like the latest Latex version is on github - so maybe I should build from that? Thanks
May 15 2019
On 5/15/19 12:54 AM, Dibyendu Majumdar wrote:Hi, I haven't got copy of the latest C++ standard so I am using http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3797.pdf as a proxy. I hope this is close enough to the current standard. Does anyone know if there is a later revision freely available? Looks like the latest Latex version is on github - so maybe I should build from that?This is the closest draft for C++17: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/n4659.pdf
May 15 2019
On Thursday, 16 May 2019 at 00:54:34 UTC, Andrei Alexandrescu wrote:This is the closest draft for C++17: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/n4659.pdfGreat, thanks!
May 15 2019
On 2019-05-16 01:54, Dibyendu Majumdar wrote:Hi, I haven't got copy of the latest C++ standard so I am using http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3797.pdf as a proxy. I hope this is close enough to the current standard. Does anyone know if there is a later revision freely available? Looks like the latest Latex version is on github - so maybe I should build from that?The Java specification is freely available as well [1]. [1] https://docs.oracle.com/javase/specs -- /Jacob Carlborg
May 16 2019