This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: interpreting messages from compiler diags
- From: Daniel Krügler <daniel dot kruegler at gmail dot com>
- To: Linda Walsh <gcc at tlinx dot org>
- Cc: "libstdc++" <libstdc++ at gcc dot gnu dot org>
- Date: Sat, 14 Jun 2014 22:57:42 +0200
- Subject: Re: interpreting messages from compiler diags
- Authentication-results: sourceware.org; auth=none
- References: <539CB42D dot 9080007 at tlinx dot org> <CAGNvRgCBq+vc_pEK3V25aFMnwmehk575HwQPPguj-xaCEy2tuA at mail dot gmail dot com>
2014-06-14 22:52 GMT+02:00 Daniel Krügler <daniel.kruegler@gmail.com>:
> 2014-06-14 22:44 GMT+02:00 Linda Walsh <gcc@tlinx.org>:
> The grammar of C++ is defined by the ISO C++ Standard. You can find a
> recent draft of the standard at this link, for example
>
> http://www.open-std.org/jtc1/sc22/wg21/prot/14882fdis/n3936.pdf
I just notice that this link is not accessible by the public. You
should be able to try
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3691.pdf
- Daniel