bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fix build breaks in ncurses c++ binding


From: Adam Jiang
Subject: Re: Fix build breaks in ncurses c++ binding
Date: Sat, 2 Aug 2014 02:00:03 +0900

Resend patches. I just split the patch into 2 patches.

Attachment: 0001-Fix-errors-in-type-conversion.patch
Description: Binary data

Attachment: 0002-Fix-build-breaks.patch
Description: Binary data

On 2014年8月2日, at 上午12:11, Adam Jiang <address@hidden> wrote:

> This patch fixes building breaks in c++ directory.
> 
> The first issue fixed by this patch is about constructors which are declared 
> with Form** type by passed Form* type. Second one is about the method which 
> convert template parameter T* to void*. It should not work with ‘const_cast’. 
> The patch changed them into a combination with ‘const_cast’ and 
> ‘reinterpret_cast’ that do actually convert types.
> 
> <0001-Fix-build-breaks-in-C-code.patch>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]