r183722 - Implement DR85: Redeclaration of member is forbidden
Sebastian Redl
sebastian.redl at getdesigned.at
Tue Jun 11 02:07:57 PDT 2013
On 2013-06-11 08:03, Eli Friedman wrote:
> On Mon, Jun 10, 2013 at 8:51 PM, David Majnemer
> <david.majnemer at gmail.com <mailto:david.majnemer at gmail.com>> wrote:
>
>
> + // C++11 [class.mem]p1:
> + // A member shall not be declared twice in the
> member-speciï¬ cation,
> + // except that a nested class or member class template
> can be declared
> + // and then later defined.
>
>
> I'm not entirely sure how you managed to write "speciï¬ cation", but
> I'm pretty sure that isn't what the standard says.
If this is copy-pasted from the standard text, it's most likely an "fi"
ligature in UTF-8 interpreted as something else at some point in the
pipeline.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130611/4af04548/attachment.html>
More information about the cfe-commits
mailing list