www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - [spec] Examples of language specifications

reply Dibyendu Majumdar <d.majumdar gmail.com> writes:
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
next sibling parent reply Andrei Alexandrescu <SeeWebsiteForEmail erdani.org> writes:
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
parent Dibyendu Majumdar <d.majumdar gmail.com> writes:
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.pdf
Great, thanks!
May 15 2019
prev sibling parent Jacob Carlborg <doob me.com> writes:
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