[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [patch][c++] fix "invalid conversion from ‘void*’ to ‘char*’"
- From: Scott Morgan <blumf@...>
- Date: Mon, 27 Jun 2016 09:19:32 +0100
On 27/06/16 09:05, Sean Conner wrote:
> -spc (He's compiling a *C* program with a *C++* compiler ... what
> exactly is he expecting?)
It's both:
http://www.lua.org/manual/5.3/manual.html#4.6
> (Lua will use exceptions if you compile it as C++; search for
> LUAI_THROW in the source code for details.)
Scott