[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Solving >> issue in templates
From: |
Adam Smalin |
Subject: |
Re: Solving >> issue in templates |
Date: |
Tue, 5 Feb 2013 18:54:42 -0500 |
This doesn't help :( I see >> is in the lexer (search SHL) which means
List<List<int>> will not compile because >> is a right shift. But i looked
in the y file first and well... like i said its a C++ problem so C++
obviously would suffer from it.
On Mon, Jan 28, 2013 at 6:16 PM, Hans Aberg <address@hidden> wrote:
> On 15 Jan 2013, at 03:48, Adam Smalin <address@hidden> wrote:
>
> > As we know in C++ there is a issue...
>
>
> You might inquiry in the Usenet newsgroup comp.compilers. There is a
> Yaccable C++ grammar for an older revision, it may not have been updated.
> http://www.parashift.com/c++-faq-lite/yaccable-grammar.html
>
> Hans
>
>
>
- Re: Solving >> issue in templates,
Adam Smalin <=