Jean-Marc Lasgouttes writes:
| Le 24/05/11 08:37, Lars Gullik Bjønnes a écrit :
>> I am not really setup for committing anymore, so I'd prefere if one of
>> you did it for me.
>>
>> (If not I can change my ways, and do it myself, will take time though.)
>
| Does this mean you are somehow back to
Le 24/05/11 08:37, Lars Gullik Bjønnes a écrit :
I am not really setup for committing anymore, so I'd prefere if one of
you did it for me.
(If not I can change my ways, and do it myself, will take time though.)
Does this mean you are somehow back to LyX development?
Welcome.
JMarc
Richard Heck writes:
| On 05/20/2011 07:14 PM, Lars Gullik Bjønnes wrote:
>> >From the GCC mailinglist:
>>
>>G++ has had a long-standing bug with unqualified name resolution in
>>templates: if we didn't find any declaration when looking up a name in
>>the template definition, we would
On 05/20/2011 07:14 PM, Lars Gullik Bjønnes wrote:
> >From the GCC mailinglist:
>
>G++ has had a long-standing bug with unqualified name resolution in
>templates: if we didn't find any declaration when looking up a name in
>the template definition, we would do an additional unqualified
>From the GCC mailinglist:
G++ has had a long-standing bug with unqualified name resolution in
templates: if we didn't find any declaration when looking up a name in
the template definition, we would do an additional unqualified lookup
at the point of instantiation. This led to incorr