[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.
0001-Fix-errors-in-type-conversion.patch
Description: Binary data
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>
- Fix build breaks in ncurses c++ binding, Adam Jiang, 2014/08/01
- Re: Fix build breaks in ncurses c++ binding,
Adam Jiang <=
- Re: Fix build breaks in ncurses c++ binding, Thomas Dickey, 2014/08/01
- Re: Fix build breaks in ncurses c++ binding, Adam Jiang, 2014/08/02
- Re: Fix build breaks in ncurses c++ binding, Thomas Dickey, 2014/08/02
- Re: Fix build breaks in ncurses c++ binding, Thomas Dickey, 2014/08/02
- Re: Fix build breaks in ncurses c++ binding, Adam Jiang, 2014/08/02
- Re: Fix build breaks in ncurses c++ binding, Adam Jiang, 2014/08/02
- Re: Fix build breaks in ncurses c++ binding, Thomas Dickey, 2014/08/03
- Re: Fix build breaks in ncurses c++ binding, Adam Jiang, 2014/08/03
- Re: Fix build breaks in ncurses c++ binding, Adam Jiang, 2014/08/03