[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] llua Higher-level C API for Lua
- From: Coda Highland <chighland@...>
- Date: Fri, 14 Mar 2014 11:40:47 -0700
On Fri, Mar 14, 2014 at 11:33 AM, Dirk Laurie <dirk.laurie@gmail.com> wrote:
> 2014-03-14 20:22 GMT+02:00 steve donovan <steve.j.donovan@gmail.com>:
>
>> As for refusing to learn C++, this is entirely a sensible decision.
>
> template <type1,type2> type1 CUlater(type2 x, type2 y)=0;
>
> Once upon a time, I could churn out that sort of thing in my sleep.
> Not now.
I still can, although I point out that without a virtual declaration
the =0 there is an error. ;)
/s/ Adam